TabPin

TabPin

Creates a keyboard shortcut (Alt + Shift + P) to toggle the pinned state of the currently selected tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "TabPin",
  "version": "2.3",
  "description": "Creates a keyboard shortcut (Alt + Shift + P) to toggle the pinned state of the currently selected tab",
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "toggle-pin": {
      "suggested_key": {
        "default": "Alt+Shift+P"
      },
      "description": "Toggle tab pin"
    }
  },
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}