Inspect and view changes in 智能笔记本 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "智能笔记本",
"version": "1.0",
"description": "一个安全ã€ä¾¿æ·çš„笔记管ç†å·¥å…·ï¼Œæ”¯æŒå¤šç§ç¬”记类型和安全ä¿æŠ¤åŠŸèƒ½",
"permissions": [
"storage",
"clipboardWrite"
],
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"author": "智能笔记本开å‘团队",
"homepage_url": "https://example.com/smart-notebook",
"minimum_chrome_version": "88",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}