Examine source code of 零贰标签

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
{
  "name": "零贰标签",
  "description": "零贰标签",
  "version": "2.5.2",
  "manifest_version": 3,
  "icons": {
    "64": "icon/64.png",
    "128": "icon/128.png",
    "192": "icon/192.png"
  },
  "externally_connectable": {
    "matches": [
      "*://tab.02id.com/*"
    ]
  },
  "background": {
    "service_worker": "src/background.js"
  },
  "permissions": [
    "background",
    "cookies",
    "bookmarks",
    "favicon",
    "search"
  ],
  "action": {
    "default_icon": "icon/64.png",
    "default_title": "零贰标签"
  },
  "host_permissions": [
    "*://tab.02id.com/*",
    "*://*.baidu.com/*",
    "*://*.qq.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "dist/index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}