Tab Group Shortcut Firefox

Examine source code of Tab Group Shortcut

By: luascfl
Inspect and view changes in Tab Group Shortcut source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Group Shortcut",
  "version": "1.0.0",
  "description": "Adds keyboard shortcuts to group the current tab (or selection) and rename its tab group.",
  "permissions": [
    "tabs",
    "tabGroups"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "create-active-tab-group": {
      "suggested_key": {
        "default": "Alt+G",
        "mac": "Alt+G"
      },
      "description": "Create a new tab group with the active tab or current selection"
    },
    "rename-current-tab-group": {
      "suggested_key": {
        "default": "Alt+B",
        "mac": "Alt+B"
      },
      "description": "Rename the tab group that contains the active tab"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-group-shortcut@luascfl"
    }
  }
}

Best Tab Group Shortcut Alternatives

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