Desaturate Favicons

Desaturate the favicons of all inactive tabs.

Apa itu Desaturate Favicons?

Desaturate Favicons adalah ekstensi Chrome yang dikembangkan oleh Adam Schwartz, dan fitur utamanya adalah "Desaturate the favicons of all inactive tabs.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Desaturate Favicons

Unduh file ekstensi Desaturate Favicons dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Desaturate Favicons Desaturate Favicons
ID dkenplobjcbiljmfbgpbpaboipfgpcbm
URL Resmi https://chromewebstore.google.com/detail/desaturate-favicons/dkenplobjcbiljmfbgpbpaboipfgpcbm
Deskripsi Desaturate the favicons of all inactive tabs.
Ukuran File 25.81 KB
Jumlah Instalasi 888
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2021-04-29
Tanggal Publikasi 2014-04-15
Penilaian 4.13/5 Total 15 Penilaian
Pengembang Adam Schwartz
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://adamschwartz.co
URL Halaman Bantuan https://github.com/adamschwartz/chrome-desaturate-favicons
Bahasa yang Didukung 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"
    }
}