Tab Group Keeper Firefox

Examine source code of Tab Group Keeper

Inspect and view changes in Tab Group Keeper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Group Keeper",
  "version": "1.0.0",
  "description": "Keeps tab groups adjacent and clustered together automatically",
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-group-keeper@example.com",
      "strict_min_version": "139.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "tabGroups",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "Tab Group Keeper Settings"
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  }
}

Best Tab Group Keeper Alternatives

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