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
官方網址 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
電子郵箱 [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"
    }
}