Tab Groups Manager Firefox

Examine source code of Tab Groups Manager

Inspect and view changes in Tab Groups Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Groups Extension",
  "version": "1.0.0",
  "description": "Save and restore browser tab groups",
  "permissions": [
    "tabs",
    "storage",
    "tabGroups",
    "contextMenus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-groups-extension@example.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  }
}

Best Tab Groups Manager Alternatives

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