Tab Counter Firefox

Examine source code of Tab Counter

By: saimon
Inspect and view changes in Tab Counter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Counter",
  "version": "1.1.1",
  "description": "Shows the number of currently open tabs",
  "permissions": [
    "tabs",
    "windows"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon24.png",
      "128": "icons/icon24.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon24.png",
    "128": "icons/icon24.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tabs-counter@majestic.com"
    }
  }
}

Best Tab Counter Alternatives

Here are some Firefox add-ons that are similar to Tab Counter: