Dark-Themed Chrome File Explorer

Makes the chrome file explorer dark-themed.

What is Dark-Themed Chrome File Explorer?

Dark-Themed Chrome File Explorer is a Chrome extension developed by https://a1noack.github.io, and its main feature is "Makes the chrome file explorer dark-themed.".

Extension Screenshots

screenshot
screenshot

Download Dark-Themed Chrome File Explorer Extension CRX File

Download Dark-Themed Chrome File Explorer 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

                        IN ORDER FOR IT TO FUNCTION, YOU MUST TURN ON "ALLOW ACCESS TO FILE URLS" IN THE DETAILS VIEW OF THE EXTENSION AFTER YOU HAVE INSTALLED IT.

Description: Simple extension that adds some styling to the chrome file explorer so that when one is browsing local files in chrome with the file:// protocol, everything is sleek and dark.                    

Extension Basic Information

Name Dark-Themed Chrome File Explorer Dark-Themed Chrome File Explorer
ID plpngdlpkpapinbbheohgcgpikiepfge
Official URL https://chromewebstore.google.com/detail/dark-themed-chrome-file-e/plpngdlpkpapinbbheohgcgpikiepfge
Description Makes the chrome file explorer dark-themed.
File Size 10.31 KB
Installation Count 142
Current Version 0.5.0
Last Updated 2018-06-23
Publish Date 2018-06-23
Rating 2.67/5 Total 3 Ratings
Developer https://a1noack.github.io
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dark-Themed Chrome File Explorer",
    "version": "0.5.0",
    "description": "Makes the chrome file explorer dark-themed.",
    "icons": {
        "128": "icon\/icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "file:\/\/*"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}