Grayscale Tool

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

O que é Grayscale Tool?

Grayscale Tool é uma extensão do Chrome desenvolvida por Emanuel Malmquist, e sua principal característica é "Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Grayscale Tool

Baixe arquivos de extensão Grayscale Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Grayscale Tool Grayscale Tool
ID odolflphhameojgliipcnahnipmogigo
URL Oficial https://chromewebstore.google.com/detail/grayscale-tool/odolflphhameojgliipcnahnipmogigo
Descrição Press shift+g (or create your own key shortcut) to (de)activate grayscaling of a web page.
Tamanho do Arquivo 4.44 KB
Contagem de Instalações 3,566
Versão Atual 2.0
Última Atualização 2014-10-19
Data de Publicação 2014-10-19
Classificação 2.57/5 Total de 46 Avaliações
Desenvolvedor Emanuel Malmquist
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}