Solarize the Web

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

What is Solarize the Web?

Solarize the Web is a Chrome extension developed by alice.writes.wrongs, and its main feature is "Well not quite everything. This adds solarized light stylesheets to a few sites (hn, github, google, wikipedia, and the archlinux…".

Download Solarize the Web Extension CRX File

Download Solarize the Web extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Solarize the Web Solarize the Web
ID cglngnapainckmmknogiipogjcfbbeco
Official URL 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…
File Size 7.64 KB
Installation Count 39
Current Version 0.1
Last Updated 2017-01-07
Publish Date 2017-01-06
Rating 5.00/5 Total 1 Ratings
Developer alice.writes.wrongs
Email [email protected]
Payment Type free
Extension Website https://github.com/aliceriot/solarize_the_web
Supported Languages 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"
            ]
        }
    ]
}