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.5.0",
"permissions": [
"bookmarks",
"history",
"tabs"
],
"description": "一个æµè§ˆå™¨ä»ªè¡¨ç›˜ï¼Œå¯ä»¥æ˜¾ç¤ºä½ å¸¸ç”¨çš„æ ‡ç¾ã€åŽ†å²è®°å½•ã€ä¹¦ç¾ç‰ä¿¡æ¯ã€‚",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "public/icons/icon16.png",
"48": "public/icons/icon48.png",
"128": "public/icons/icon128.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}