Grayscale Tool

Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.

Cos'è Grayscale Tool?

Grayscale Tool è un'estensione di Chrome sviluppata da Emanuel Malmquist, e la sua funzione principale è "Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Grayscale Tool

Scarica i file di estensione Grayscale Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Originally intended for web designers who might want to test the contrast of their content by changing to grayscale, but this extension can really be used by anyone who for some reason want to remove the colors of a web page.

The grayscale persists between page loads, and the key shortcut to activate can be customized in the options.                    

Informazioni di Base sull'Estensione

Nome Grayscale Tool Grayscale Tool
ID odolflphhameojgliipcnahnipmogigo
URL Ufficiale https://chromewebstore.google.com/detail/grayscale-tool/odolflphhameojgliipcnahnipmogigo
Descrizione Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.
Dimensione del File 4.44 KB
Conteggio Installazioni 3,566
Versione Corrente 2.0
Ultimo Aggiornamento 2014-10-19
Data di Pubblicazione 2014-10-19
Valutazione 2.57/5 Totale 46 Valutazioni
Sviluppatore Emanuel Malmquist
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grayscale Tool",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "",
                "file:\/\/\/*"
            ],
            "js": [
                "grayscale.js"
            ],
            "run_at": "document_end"
        }
    ]
}