Solarize the Web

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

Co to jest Solarize the Web?

Solarize the Web to rozszerzenie Chrome opracowane przez alice.writes.wrongs, a jego główną funkcją jest „Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…”.

Pobierz plik CRX rozszerzenia Solarize the Web

Pobierz pliki rozszerzeń Solarize the Web 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Solarize the Web Solarize the Web
ID cglngnapainckmmknogiipogjcfbbeco
Oficjalny URL https://chromewebstore.google.com/detail/solarize-the-web/cglngnapainckmmknogiipogjcfbbeco
Opis Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…
Rozmiar pliku 7.64 KB
Liczba instalacji 39
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2017-01-07
Data Publikacji 2017-01-06
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper alice.writes.wrongs
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/aliceriot/solarize_the_web
Obsługiwane Języki 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"
            ]
        }
    ]
}