Pin Last Tab

Pin Last Tab

Make the last tab pinned

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "description": "Make the last tab pinned",
  "version": "0.1",
  "name": "Pin Last Tab",
  "permissions": [
    "tabs",
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "resource/script/pinLast.js"
    ]
  },
  "icons": {
    "16": "resource/images/icon-16.png",
    "48": "resource/images/icon-48.png",
    "128": "resource/images/icon-128.png"
  }
}