Tabs-Bundler Firefox

Examine source code of Tabs-Bundler

Inspect and view changes in Tabs-Bundler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab bundler",
  "version": "1.0.0",
  "description": "Locally categorizes and groups your open tabs based on their content and associated websites, providing a more organized browsing experience.",
  "permissions": [
    "tabs",
    "tabGroups",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "scripts/background/main.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-bundler@olevegic",
      "strict_min_version": "137.0"
    }
  }
}

Best Tabs-Bundler Alternatives

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