Solarize the Web

Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…

O que é Solarize the Web?

Solarize the Web é uma extensão do Chrome desenvolvida por alice.writes.wrongs, e sua principal característica é "Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…".

Baixar o arquivo CRX da Extensão Solarize the Web

Baixe arquivos de extensão Solarize the Web 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

                        Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux wiki).                    

Informações Básicas da Extensão

Nome Solarize the Web Solarize the Web
ID cglngnapainckmmknogiipogjcfbbeco
URL Oficial https://chromewebstore.google.com/detail/solarize-the-web/cglngnapainckmmknogiipogjcfbbeco
Descrição Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…
Tamanho do Arquivo 7.64 KB
Contagem de Instalações 39
Versão Atual 0.1
Última Atualização 2017-01-07
Data de Publicação 2017-01-06
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor alice.writes.wrongs
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/aliceriot/solarize_the_web
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Solarize the Web",
    "version": "0.1",
    "short_name": "Add solarized to everything!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "css\/github.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/*",
                "https:\/\/wiki.archlinux.org\/*"
            ],
            "css": [
                "css\/mediawiki.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "css\/google.css"
            ]
        },
        {
            "matches": [
                "https:\/\/news.ycombinator.com\/*"
            ],
            "css": [
                "css\/hackernews.css"
            ]
        }
    ]
}