Examine source code of BMTab

Inspect and view changes in BMTab 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": "BMTab",
  "version": "1.8.3",
  "manifest_version": 2,
  "description": "Put the tab to bookmark for future access and to release the resources",
  "icons": {
    "48": "icons/48.png"
  },
  "permissions": [
    "tabs",
    "bookmarks",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/32.png",
    "default_title": "Click to put this tab to bookmark"
  }
}