Pin Unpin All

Pin Unpin All

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

Additional files are visible only to premium users

manifest.json


{
  "author": "Adam Warren",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "Pin16.png",
      "24": "Pin24.png",
      "32": "Pin32.png",
      "48": "Pin48.png",
      "128": "Pin128.png"
    },
    "default_title": "Pin Unpin All"
  },
  "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"
  },
  "manifest_version": 2,
  "name": "Pin Unpin All",
  "short_name": "Pin Unpin All",
  "version": "1.4"
}