Pin Unpin All

Pin Unpin All

A button to pin or unpin all the tabs in the window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Pin Unpin All",
  "version": "2.0",
  "action": {},
  "description": "A button to pin or unpin all the tabs in the window.",
  "icons": {
    "16": "Pin16.png",
    "24": "Pin24.png",
    "32": "Pin32.png",
    "48": "Pin48.png",
    "128": "Pin128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "short_name": "Pin Unpin All"
}