Dark-Themed Chrome File Explorer

Makes the chrome file explorer dark-themed.

Wat is Dark-Themed Chrome File Explorer?

Dark-Themed Chrome File Explorer is een Chrome-extensie ontwikkeld door https://a1noack.github.io, en de belangrijkste functie is "Makes the chrome file explorer dark-themed.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Dark-Themed Chrome File Explorer

Download Dark-Themed Chrome File Explorer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dark-Themed Chrome File Explorer Dark-Themed Chrome File Explorer
ID plpngdlpkpapinbbheohgcgpikiepfge
Officiële URL https://chromewebstore.google.com/detail/dark-themed-chrome-file-e/plpngdlpkpapinbbheohgcgpikiepfge
Beschrijving Makes the chrome file explorer dark-themed.
Bestandsgrootte 10.31 KB
Aantal Installaties 142
Huidige Versie 0.5.0
Laatst Bijgewerkt 2018-06-23
Publicatiedatum 2018-06-23
Beoordeling 2.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://a1noack.github.io
Betalingswijze free
Ondersteunde Talen 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": [
        ""
    ]
}