Tab Shortcuts plus Firefox

Examine source code of Tab Shortcuts plus

By: ellie Add-on
Inspect and view changes in Tab Shortcuts plus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Tab Shortcuts plus",
  "version": "1.0",
  "description": "Allows pinning and duplication of tabs via keyboard shortcuts.",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "tab_shortcuts.js"
    ],
    "persistent": false
  },
  "commands": {
    "toggle-pin-tab": {
      "suggested_key": {
        "default": "Ctrl+Shift+X",
        "mac": "Command+Shift+X"
      },
      "description": "Toggles whether the current tab is pinned."
    },
    "duplicate-tab": {
      "suggested_key": {
        "default": "Ctrl+Shift+Z",
        "mac": "Command+Shift+Z"
      },
      "description": "Duplicates the current tab."
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d025ec7b-1588-42dd-989c-8a036c6b54a1}"
    }
  }
}

Best Tab Shortcuts plus Alternatives

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