Tab Master 5000

Tab Master 5000

The swiss army knife of tab, history, bookmark, session, and extension management.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "TM5K",
  "version": "2.10.0",
  "manifest_version": 2,
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "commands": {
    "openClient": {
      "suggested_key": {
        "windows": "Ctrl+Shift+A",
        "mac": "Ctrl+Shift+A",
        "chromeos": "Ctrl+Shift+A",
        "linux": "Ctrl+Shift+A"
      },
      "description": "Open Tab Master"
    }
  },
  "options_page": "options.html",
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_title": "__MSG_appName__"
  },
  "offline_enabled": true,
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage"
  ],
  "optional_permissions": [
    "activeTab",
    "bookmarks",
    "history",
    "management",
    "downloads",
    "<all_urls>"
  ]
}