Lock Title

Lock tab title with a given text

什麼是Lock Title?

Lock Title是由Ken開發的Chrome擴展程式,該擴展的主要功能是“Lock tab title with a given text”。

擴展截圖

screenshot
screenshot
screenshot

下載Lock Title擴展crx文件

下載Lock Title擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Lock Title Lock Title
ID cjkldkjflehlglaenengohmjddgfhlec
官方網址 https://chromewebstore.google.com/detail/lock-title/cjkldkjflehlglaenengohmjddgfhlec
簡介 Lock tab title with a given text
檔案大小 30.45 KB
安裝次數 166
目前版本 1.0.0
更新時間 2015-12-31
上架時間 2015-12-31
評分 3.60/5 共 5 次評分
開發者 Ken
付費類型 free
支援的語言 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": []
}