Grayscale Tool

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

Co to jest Grayscale Tool?

Grayscale Tool to rozszerzenie Chrome opracowane przez Emanuel Malmquist, a jego główną funkcją jest „Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Grayscale Tool

Pobierz pliki rozszerzeń Grayscale Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Grayscale Tool Grayscale Tool
ID odolflphhameojgliipcnahnipmogigo
Oficjalny URL https://chromewebstore.google.com/detail/grayscale-tool/odolflphhameojgliipcnahnipmogigo
Opis Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.
Rozmiar pliku 4.44 KB
Liczba instalacji 3,566
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2014-10-19
Data Publikacji 2014-10-19
Ocena 2.57/5 Łącznie 46 Oceny
Deweloper Emanuel Malmquist
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}