Solarize the Web

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

Qu'est-ce que Solarize the Web ?

Solarize the Web est une extension Chrome développée par alice.writes.wrongs, et sa fonction principale est "Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…".

Télécharger le fichier CRX de l'extension Solarize the Web

Téléchargez les fichiers d'extension Solarize the Web au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Solarize the Web Solarize the Web
ID cglngnapainckmmknogiipogjcfbbeco
URL Officiel https://chromewebstore.google.com/detail/solarize-the-web/cglngnapainckmmknogiipogjcfbbeco
Description Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…
Taille du Fichier 7.64 KB
Nombre d'Installations 39
Version Actuelle 0.1
Dernière Mise à Jour 2017-01-07
Date de Publication 2017-01-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur alice.writes.wrongs
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/aliceriot/solarize_the_web
Langues Prises en Charge 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"
            ]
        }
    ]
}