Desaturate Favicons

Desaturate the favicons of all inactive tabs.

Desaturate Faviconsとは何ですか?

Desaturate FaviconsはAdam Schwartzによって開発されたChromeの拡張機能で、その主な機能は「Desaturate the favicons of all inactive tabs.」です。

拡張機能のスクリーンショット

screenshot

Desaturate Favicons拡張機能のCRXファイルをダウンロード

Desaturate Favicons拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Favicons—originally “favorites icons”—are the small icons that appear next to the page title inside a tab in Google Chrome.

Many companies choose to utilize this icon as a way to show off their logo or brand. As such, they’re often colorful and bold.

In an effort to provide a more minimalist, distraction-free, browsing experience, this extension desaturates the tab icons for all but the active tab.

In other words, all of the background tabs will appear in grayscale (“black and white”). When you switch which tab you’re viewing, the tab you were just viewing will see its icon switch to grayscale, and the new one you’re viewing will go back to full color.

The extension has no settings. There’s nothing to do. Just install it and it’ll start working right away. If you ever want the full color of icons to return, simply uninstall the extension.                    

拡張機能の基本情報

名前 Desaturate Favicons Desaturate Favicons
ID dkenplobjcbiljmfbgpbpaboipfgpcbm
公式URL https://chromewebstore.google.com/detail/desaturate-favicons/dkenplobjcbiljmfbgpbpaboipfgpcbm
説明 Desaturate the favicons of all inactive tabs.
ファイルサイズ 25.81 KB
インストール数 888
現在のバージョン 0.0.4
最終更新日 2021-04-29
公開日 2014-04-15
評価 4.13/5 合計 15 レビュー
開発者 Adam Schwartz
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://adamschwartz.co
ヘルプページのURL https://github.com/adamschwartz/chrome-desaturate-favicons
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Desaturate Favicons",
    "description": "Desaturate the favicons of all inactive tabs.",
    "version": "0.0.4",
    "permissions": [
        "",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}