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
Eメール [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"
            ]
        }
    ]
}