Tabs Protection Password

Tabs Protection Password

Saves and closes with a password of your open tabs. It prevents the creation of a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/19x19.png",
    "default_title": "__MSG_unlocked__"
  },
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "20",
  "name": "__MSG_app_name__",
  "permissions": [
    "tabs",
    "storage"
  ],
  "version": "1.0.1"
}