Tabs Limiter Extension Firefox

Examine source code of Tabs Limiter Extension

By: LeM Add-on
Inspect and view changes in Tabs Limiter Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tabs Limiter Extension",
  "version": "1.0",
  "description": "Limits the number of open tabs.",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "page": "background.html"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon-16.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    }
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "lucase.mori@gmail.com"
    }
  }
}

Best Tabs Limiter Extension Alternatives

Here are some Firefox add-ons that are similar to Tabs Limiter Extension: