Tab Grouper Firefox

Examine source code of Tab Grouper

Inspect and view changes in Tab Grouper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Grouper",
  "version": "1.0",
  "description": "Automatically group tabs by domain",
  "permissions": [
    "tabs",
    "tabGroups",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-grouper@shannonchowdhury.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  }
}

Best Tab Grouper Alternatives

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