Wikipedia Solarized Dark Theme

A solarized dark theme for wikipedia. Great for night owls reading long hours. Reduces eye strain. This extension is free and open…

What is Wikipedia Solarized Dark Theme?

Wikipedia Solarized Dark Theme is a Chrome extension developed by leon-do, and its main feature is "A solarized dark theme for wikipedia. Great for night owls reading long hours. Reduces eye strain. This extension is free and open…".

Extension Screenshots

screenshot

Download Wikipedia Solarized Dark Theme Extension CRX File

Download Wikipedia Solarized Dark Theme 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

                        A solarized dark theme for wikipedia. Great for night owls reading long hours. Reduces eye strain.

This extension is free and open sourced.

Like the extension? Buy me a coffee
https://www.buymeacoffee.com/uVXjMQr                    

Extension Basic Information

Name Wikipedia Solarized Dark Theme Wikipedia Solarized Dark Theme
ID dlfagppacjgafgbigaamdjjnhfkhagip
Official URL https://chromewebstore.google.com/detail/wikipedia-solarized-dark/dlfagppacjgafgbigaamdjjnhfkhagip
Description A solarized dark theme for wikipedia. Great for night owls reading long hours. Reduces eye strain. This extension is free and open…
File Size 34.65 KB
Installation Count 589
Current Version 1.2
Last Updated 2021-05-31
Publish Date 2019-11-26
Rating 4.14/5 Total 7 Ratings
Developer leon-do
Email [email protected]
Payment Type free
Extension Website https://github.com/leon-do/wikipedia-solarized-dark-theme-chrome-extension
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikipedia Solarized Dark Theme",
    "version": "1.2",
    "icons": {
        "16": "icons\/icon16.png",
        "18": "icons\/icon18.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "css\/root.css",
                "css\/wikipedia.css"
            ]
        }
    ]
}