Grayscale Tool

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

Qu'est-ce que Grayscale Tool ?

Grayscale Tool est une extension Chrome développée par Emanuel Malmquist, et sa fonction principale est "Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Grayscale Tool

Téléchargez les fichiers d'extension Grayscale Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Grayscale Tool Grayscale Tool
ID odolflphhameojgliipcnahnipmogigo
URL Officiel https://chromewebstore.google.com/detail/grayscale-tool/odolflphhameojgliipcnahnipmogigo
Description Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.
Taille du Fichier 4.44 KB
Nombre d'Installations 3,566
Version Actuelle 2.0
Dernière Mise à Jour 2014-10-19
Date de Publication 2014-10-19
Évaluation 2.57/5 Total 46 Évaluations
Développeur Emanuel Malmquist
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}