Tab Group Extras Firefox

Examine source code of Tab Group Extras

By: luascfl
Inspect and view changes in Tab Group Extras source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Group Extras",
  "version": "1.0.3",
  "description": "Color tab groups by keyword, copy group names, add quick grouping shortcuts, and keep new tabs in the same group.",
  "permissions": [
    "storage",
    "tabGroups",
    "tabs",
    "contextMenus",
    "notifications",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Tab Group Extras",
    "default_popup": "popup/popup.html",
    "default_icon": "icons/icon-32.png"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "commands": {
    "create-active-tab-group": {
      "suggested_key": {
        "default": "Alt+G",
        "mac": "Alt+G"
      },
      "description": "Create a new tab group with the active tab or selection"
    },
    "rename-current-tab-group": {
      "suggested_key": {
        "default": "Alt+B",
        "mac": "Alt+B"
      },
      "description": "Rename the tab group that contains the active tab"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "rename.html",
        "rename.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-group-extras@luascfl",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [],
        "has_previous_consent": false
      }
    }
  }
}

Best Tab Group Extras Alternatives

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