Lock Title

Lock tab title with a given text

What is Lock Title?

Lock Title is a Chrome extension developed by Ken, and its main feature is "Lock tab title with a given text".

Extension Screenshots

screenshot
screenshot
screenshot

Download Lock Title Extension CRX File

Download Lock Title extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Lock tab title with a given string. The locked title doesn't change even if the tab loads the new page.
You may find it useful when you want to name tabs by yourself to easily distinguish them, not by the original names.

code available here https://github.com/imsut/locktitle                    

Extension Basic Information

Name Lock Title Lock Title
ID cjkldkjflehlglaenengohmjddgfhlec
Official URL https://chromewebstore.google.com/detail/lock-title/cjkldkjflehlglaenengohmjddgfhlec
Description Lock tab title with a given text
File Size 30.45 KB
Installation Count 166
Current Version 1.0.0
Last Updated 2015-12-31
Publish Date 2015-12-31
Rating 3.60/5 Total 5 Ratings
Developer Ken
Payment Type free
Supported Languages en-US
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": []
}