Tab Name Changer

You can choose the name of this tab!

什麼是Tab Name Changer?

Tab Name Changer是由ryan lee開發的Chrome擴展程式,該擴展的主要功能是“You can choose the name of this tab!”。

擴展截圖

screenshot
screenshot

下載Tab Name Changer擴展crx文件

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

擴展使用說明

                        When clicking this extension, you can change the name of your current tab!                    

擴展基本資訊

名稱 Tab Name Changer Tab Name Changer
ID eofldjecdkcjhnccphadkomkiebjfdkl
官方網址 https://chromewebstore.google.com/detail/tab-name-changer/eofldjecdkcjhnccphadkomkiebjfdkl
簡介 You can choose the name of this tab!
檔案大小 3.83 KB
安裝次數 591
目前版本 0.0.1
更新時間 2019-07-21
上架時間 2019-07-21
評分 4.00/5 共 9 次評分
開發者 ryan lee
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/ryazlee/tab_name_changer
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Name Changer",
    "description": "You can choose the name of this tab!",
    "version": "0.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Change the name of this tab",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}