Limit Active Tabs Firefox

Examine source code of Limit Active Tabs

Inspect and view changes in Limit Active Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "igorlogius",
  "homepage_url": "https://github.com/igorlogius/webextensions/tree/main/limit-active-tabs",
  "background": {
    "scripts": [
      "storage.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_area": "navbar"
  },
  "commands": {
    "_execute_page_action": {}
  },
  "description": "Limits number of active tabs, unloading older (determined by last activation)",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "Limit Active Tabs",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "version": "1.2.14",
  "browser_specific_settings": {
    "gecko": {
      "id": "{0243b417-337a-4495-9d79-31cd5388e145}"
    }
  }
}

Best Limit Active Tabs Alternatives

Here are some Firefox add-ons that are similar to Limit Active Tabs: