Stop Tab Title Flashing

Keep tab titles from flashing.

什麼是Stop Tab Title Flashing?

Stop Tab Title Flashing是由Got Users開發的Chrome擴展程式,該擴展的主要功能是“Keep tab titles from flashing.”。

擴展截圖

screenshot

下載Stop Tab Title Flashing擴展crx文件

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

擴展使用說明

                        Keep sites like Facebook, Twitter, Intercom, etc. from distracting you with flashing tab titles whenever you get a notification. Stay focused on what's important.

Github: https://github.com/akingabramson/stop_tab_title_flashing                    

擴展基本資訊

名稱 Stop Tab Title Flashing Stop Tab Title Flashing
ID ahfalggielbibhgnlcighbmikbldibol
官方網址 https://chromewebstore.google.com/detail/stop-tab-title-flashing/ahfalggielbibhgnlcighbmikbldibol
簡介 Keep tab titles from flashing.
檔案大小 20.11 KB
安裝次數 429
目前版本 0.0.1
更新時間 2020-12-21
上架時間 2020-12-21
評分 4.55/5 共 11 次評分
開發者 Got Users
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Tab Title Flashing",
    "version": "0.0.1",
    "description": "Keep tab titles from flashing.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "stop_tab_flashing.js"
            ]
        }
    ]
}