Tab Group Shortcuts Firefox

Examine source code of Tab Group Shortcuts

Inspect and view changes in Tab Group Shortcuts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Group Shortcuts",
  "version": "1.0.1",
  "description": "Keybinds to group and ungroup tabs, Set your keybinds in the extension settings.",
  "icons": {
    "32": "icon.svg",
    "64": "icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-group-shortcuts@local",
      "strict_min_version": "139.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "tabGroups",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup/index.html",
    "default_title": "Group Selected Tabs"
  },
  "commands": {
    "group-selected-tabs": {
      "suggested_key": {
        "default": "Alt+G"
      },
      "description": "Groups the currently selected tabs"
    },
    "ungroup-selected-tabs": {
      "suggested_key": {
        "default": "Alt+Shift+G"
      },
      "description": "Ungroup the currently selected tabs"
    }
  }
}

Best Tab Group Shortcuts Alternatives

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