Dark Documents

A dark theme for the following file extensions: txt, json, xml, csv, jpg, jpeg, png, css and js.

What is Dark Documents?

Dark Documents is a Chrome extension developed by https://richpages.de, and its main feature is "A dark theme for the following file extensions: txt, json, xml, csv, jpg, jpeg, png, css and js.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Dark Documents Extension CRX File

Download Dark Documents 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

                        Update 1.1: Added support for local files and the file extension json.                    

Extension Basic Information

Name Dark Documents Dark Documents
ID oleelfmhjedokhkmhpojfjgpcpgncgap
Official URL https://chrome.google.com/webstore/detail/dark-documents/oleelfmhjedokhkmhpojfjgpcpgncgap
Description A dark theme for the following file extensions: txt, json, xml, csv, jpg, jpeg, png, css and js.
File Size 221 KB
Installation Count 844
Current Version 1.1
Last Updated 2014-12-04
Publish Date 2014-12-04
Rating 5.00/5 Total 2 Ratings
Developer https://richpages.de
Payment Type free
Extension Website https://richpages.de/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dark Documents",
    "description": "A dark theme for the following file extensions: txt, json, xml, csv, jpg, jpeg, png, css and js.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*.json",
                "*:\/\/*\/*.txt",
                "*:\/\/*\/*.xml",
                "*:\/\/*\/*.csv",
                "*:\/\/*\/*.jpg",
                "*:\/\/*\/*.jpeg",
                "*:\/\/*\/*.png",
                "*:\/\/*\/*.css",
                "*:\/\/*\/*.js",
                "file:\/\/\/*.json",
                "file:\/\/\/*.txt",
                "file:\/\/\/*.xml",
                "file:\/\/\/*.csv",
                "file:\/\/\/*.jpg",
                "file:\/\/\/*.jpeg",
                "file:\/\/\/*.png",
                "file:\/\/\/*.css",
                "file:\/\/\/*.js"
            ],
            "css": [
                "css.css"
            ]
        }
    ]
}