Solarize the Web

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

Was ist Solarize the Web?

Solarize the Web ist eine Chrome-Erweiterung, die von alice.writes.wrongs entwickelt wurde, und ihr Hauptmerkmal ist "Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…".

Solarize the Web-Erweiterungs-CRX-Datei herunterladen

Laden Sie Solarize the Web-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Solarize the Web Solarize the Web
ID cglngnapainckmmknogiipogjcfbbeco
Offizielle URL https://chromewebstore.google.com/detail/solarize-the-web/cglngnapainckmmknogiipogjcfbbeco
Beschreibung Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…
Dateigröße 7.64 KB
Installationsanzahl 39
Aktuelle Version 0.1
Letztes Update 2017-01-07
Veröffentlichungsdatum 2017-01-06
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler alice.writes.wrongs
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/aliceriot/solarize_the_web
Unterstützte Sprachen 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"
            ]
        }
    ]
}