Tab Count Limit Firefox

Examine source code of Tab Count Limit

Inspect and view changes in Tab Count Limit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Count Limit",
  "description": "Automatically closes tabs that exceed a user-defined limit.",
  "version": "1.0.0",
  "author": "Taylor H.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "applications": {
    "gecko": {
      "id": "tab-count-limit@public.taylor.h",
      "strict_min_version": "102.0"
    }
  }
}

Best Tab Count Limit Alternatives

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