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
官方URL 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"
            ]
        }
    ]
}