Lock Title

Lock Title

Lock tab title with a given text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lock Title",
  "version": "1.0.0",
  "description": "Lock tab title with a given text",
  "icons": {
    "128": "folder_green_locked.png"
  },
  "author": "Ken Kawamoto",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "http://*/",
    "https://*/"
  ],
  "commands": {}
}