Grayscale Tool

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

Was ist Grayscale Tool?

Grayscale Tool ist eine Chrome-Erweiterung, die von Emanuel Malmquist entwickelt wurde, und ihr Hauptmerkmal ist "Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.".

Erweiterungsscreenshots

screenshot

Grayscale Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Grayscale Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Grayscale Tool Grayscale Tool
ID odolflphhameojgliipcnahnipmogigo
Offizielle URL https://chromewebstore.google.com/detail/grayscale-tool/odolflphhameojgliipcnahnipmogigo
Beschreibung Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.
Dateigröße 4.44 KB
Installationsanzahl 3,566
Aktuelle Version 2.0
Letztes Update 2014-10-19
Veröffentlichungsdatum 2014-10-19
Bewertung 2.57/5 Insgesamt 46 Bewertungen
Entwickler Emanuel Malmquist
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}