Tab counter

Tab counter

Displays the number of tabs in the active window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "63.0a1"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/none.svg"
  },
  "options_ui": {
    "page": "options.html"
  },
  "description": "__MSG_extensionDescription__",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "default_locale": "en",
  "version": "1.5",
  "icons": {
    "48": "icons/icon.svg"
  }
}