Grayscale Tool

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

Wat is Grayscale Tool?

Grayscale Tool is een Chrome-extensie ontwikkeld door Emanuel Malmquist, en de belangrijkste functie is "Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Grayscale Tool

Download Grayscale Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Grayscale Tool Grayscale Tool
ID odolflphhameojgliipcnahnipmogigo
Officiële URL https://chromewebstore.google.com/detail/grayscale-tool/odolflphhameojgliipcnahnipmogigo
Beschrijving Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.
Bestandsgrootte 4.44 KB
Aantal Installaties 3,566
Huidige Versie 2.0
Laatst Bijgewerkt 2014-10-19
Publicatiedatum 2014-10-19
Beoordeling 2.57/5 Totaal 46 Beoordelingen
Ontwikkelaar Emanuel Malmquist
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}