Inspect and view changes in Box3代码编写辅助插件 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": 2,
"name": "Box3代ç 编写辅助æ’件",
"version": "0.5",
"description": "Box3çš„éžå®˜æ–¹è¾…助æ’件,å¯ä»¥è¿›è¡Œå¿«é€ŸæŸ¥æ‰¾APIã€bug识别ç‰åŠŸèƒ½",
"author": "全能岛民",
"icons": {
"16": "./images/icon16.png",
"48": "./images/icon48.png",
"128": "./images/icon128.png"
},
"permissions": [
"contextMenus",
"tabs",
"notifications"
],
"browser_action": {
"default_icon": "./images/icon32.png",
"default_title": "Box3代ç 编写辅助æ’件",
"default_popup": "./html/popup.html"
},
"background": {
"scripts": [
"./js/background.js"
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}