Darkipedia

This extension creates a dark theme for Wikipedia

What is Darkipedia?

Darkipedia is a Chrome extension developed by kevinthehubert, and its main feature is "This extension creates a dark theme for Wikipedia".

Extension Screenshots

screenshot

Download Darkipedia Extension CRX File

Download Darkipedia 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

                        This simple extension creates a dark theme for any wikipedia article which enables easier reading.                    

Extension Basic Information

Name Darkipedia Darkipedia
ID adnhpmjoindpeoacjmjncgllclfhhcim
Official URL https://chrome.google.com/webstore/detail/darkipedia/adnhpmjoindpeoacjmjncgllclfhhcim
Description This extension creates a dark theme for Wikipedia
File Size 6.47 KB
Installation Count 233
Current Version 1.0
Last Updated 2013-05-08
Publish Date 2013-05-08
Rating 2.25/5 Total 16 Ratings
Developer kevinthehubert
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Darkipedia",
    "description": "This extension creates a dark theme for Wikipedia",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/en.wikipedia.org\/wiki\/*"
            ],
            "css": [
                "dark_style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}