Desaturate Favicons

Desaturate the favicons of all inactive tabs.

¿Qué es Desaturate Favicons?

Desaturate Favicons es una extensión de Chrome desarrollada por Adam Schwartz, y su función principal es "Desaturate the favicons of all inactive tabs.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Desaturate Favicons

Descarga archivos de extensión Desaturate Favicons en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Desaturate Favicons Desaturate Favicons
ID dkenplobjcbiljmfbgpbpaboipfgpcbm
URL Oficial https://chromewebstore.google.com/detail/desaturate-favicons/dkenplobjcbiljmfbgpbpaboipfgpcbm
Descripción Desaturate the favicons of all inactive tabs.
Tamaño del Archivo 25.81 KB
Cantidad de Instalaciones 888
Versión Actual 0.0.4
Última Actualización 2021-04-29
Fecha de Publicación 2014-04-15
Calificación 4.13/5 Total de 15 Calificaciones
Desarrollador Adam Schwartz
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://adamschwartz.co
URL de la Página de Ayuda https://github.com/adamschwartz/chrome-desaturate-favicons
Idiomas Soportados 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"
    }
}