Keyboardpinned Firefox

Examine source code of Keyboardpinned

Inspect and view changes in Keyboardpinned source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Keyboard Pin",
  "version": "0.3",
  "description": "Creates a keyboard shortcut (Alt + Shift + P) to toggle the pinned state of the currently selected tab",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "toggle-pin": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      },
      "description": "Toggle tab pin"
    }
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{c1675871-ad47-4637-9c1a-c8723436b999}"
    }
  }
}

Best Keyboardpinned Alternatives

Here are some Firefox add-ons that are similar to Keyboardpinned: