Tab Shortcuts Firefox

Examine source code of Tab Shortcuts

Inspect and view changes in Tab Shortcuts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Tab Shortcuts",
  "description": "Provides keyboard shortcuts for managing tabs.",
  "homepage_url": "https://github.com/2zqa/tab-shortcuts",
  "author": "Marijn Kok",
  "version": "1.1.0",
  "icons": {
    "48": "logo.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "toggle-pin": {
      "suggested_key": {
        "default": "Alt+P"
      },
      "description": "Toggles pinned tab(s)"
    },
    "move-to-new-window": {
      "suggested_key": {
        "default": "Alt+N"
      },
      "description": "Moves tab(s) to a new window"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1125aee3-7a78-469d-8099-f9bc57c9c014}",
      "strict_min_version": "60.0"
    }
  },
  "manifest_version": 2
}

Best Tab Shortcuts Alternatives

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