Solarize the Web

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

Vad är Solarize the Web?

Solarize the Web är en Chrome-tillägg utvecklad av alice.writes.wrongs, och dess huvudfunktion är "Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…".

Ladda ner Solarize the Web-förlängningens CRX-fil

Ladda ner Solarize the Web-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Solarize the Web Solarize the Web
ID cglngnapainckmmknogiipogjcfbbeco
Officiell webbadress https://chromewebstore.google.com/detail/solarize-the-web/cglngnapainckmmknogiipogjcfbbeco
Beskrivning Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…
Filstorlek 7.64 KB
Antal Installationer 39
Aktuell Version 0.1
Senast Uppdaterad 2017-01-07
Publiceringsdatum 2017-01-06
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare alice.writes.wrongs
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/aliceriot/solarize_the_web
Stödda Språk 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"
            ]
        }
    ]
}