Solarize the Web

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

Co je Solarize the Web?

Solarize the Web je rozšíření Chrome vyvinuté alice.writes.wrongs, a jeho hlavní funkcí je „Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…“.

Stáhnout soubor CRX rozšíření Solarize the Web

Stáhněte si soubory rozšíření Solarize the Web ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Solarize the Web Solarize the Web
ID cglngnapainckmmknogiipogjcfbbeco
Oficiální URL https://chromewebstore.google.com/detail/solarize-the-web/cglngnapainckmmknogiipogjcfbbeco
Popis Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…
Velikost souboru 7.64 KB
Počet instalací 39
Aktuální Verze 0.1
Poslední Aktualizace 2017-01-07
Datum Vydání 2017-01-06
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář alice.writes.wrongs
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/aliceriot/solarize_the_web
Podporované Jazyky 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"
            ]
        }
    ]
}