Toggle Pin Tab Firefox

Examine source code of Toggle Pin Tab

By: Denis
Inspect and view changes in Toggle Pin Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Toggle Pin Tab",
  "version": "1.0",
  "description": "Toggle pin/unpin for the active tab",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "toggle-pin": {
      "suggested_key": {
        "default": "Ctrl+Alt+P"
      },
      "description": "Toggle pin for current tab"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "pin-tab-toggle@denis.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "collects_user_data": false,
        "collects_technical_data": false,
        "collection_purposes": []
      }
    }
  }
}

Best Toggle Pin Tab Alternatives

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