MaxTabsLimit-XT Firefox

Examine source code of MaxTabsLimit-XT

Inspect and view changes in MaxTabsLimit-XT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Configurable limit of tabs that can be opened",
  "homepage_url": "https://github.com/Cook-I-T/max-tabs-limit",
  "manifest_version": 2,
  "name": "MaxTabsLimit-XT",
  "permissions": [
    "tabs",
    "notifications",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "32": "tab.svg"
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "Max Tabs Limit",
    "default_icon": {
      "32": "tab.svg"
    }
  },
  "version": "1.1.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "maxtablimit@cook_it",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "115.0"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "chrome_style": true
  }
}

Best MaxTabsLimit-XT Alternatives

Here are some Firefox add-ons that are similar to MaxTabsLimit-XT: