Tab Shortcuts Firefox

Examine source code of Tab Shortcuts

Inspect and view changes in Tab Shortcuts source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Shortcuts",
  "version": "1.0.0",
  "description": "A Firefox extension that allows you to quickly see the shortcuts for your open tabs",
  "browser_specific_settings": {
    "gecko": {
      "id": "pierrebou91@tab-shortcuts",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/binder48.png",
    "96": "icons/binder96.png"
  },
  "permissions": [
    "tabs",
    "tabGroups",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "tab-shortcuts.js"
      ]
    }
  ]
}

Best Tab Shortcuts Alternatives

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