Examine source code of 小标签 - SimpTab

Inspect and view changes in 小标签 - SimpTab 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": "小标签 - SimpTab",
  "version": "2.1.1",
  "description": "一个轻量、简单的新建标签页🎉🎉🎉。",
  "author": "maker",
  "icons": {
    "48": "img/shot2.png",
    "128": "img/shot2.png"
  },
  "browser_action": {
    "default_icon": "img/shot2.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery-1.8.3.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "*"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}