Tab Group Deduper Firefox

Examine source code of Tab Group Deduper

By: Mzero
Inspect and view changes in Tab Group Deduper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Group Deduper",
  "version": "1.0.0",
  "description": "Automatically merges Firefox tab groups that share the same name so new tabs join the existing group instead of creating duplicates.",
  "permissions": [
    "tabs",
    "tabGroups"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-group-deduper@example.com",
      "strict_min_version": "139.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Tab Group Deduper Alternatives

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