Tab Bundle

Tab Bundle

Have greater control over your bookmarks by marking them as active or inactive.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tab Bundle",
  "version": "1.0",
  "description": "Have greater control over your bookmarks by marking them as active or inactive.",
  "permissions": [
    "bookmarks",
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_title": "Tab Bundle",
    "default_icon": "icon16.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}