Dark-Themed Chrome File Explorer

Makes the chrome file explorer dark-themed.

Qu'est-ce que Dark-Themed Chrome File Explorer ?

Dark-Themed Chrome File Explorer est une extension Chrome développée par https://a1noack.github.io, et sa fonction principale est "Makes the chrome file explorer dark-themed.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Dark-Themed Chrome File Explorer

Téléchargez les fichiers d'extension Dark-Themed Chrome File Explorer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dark-Themed Chrome File Explorer Dark-Themed Chrome File Explorer
ID plpngdlpkpapinbbheohgcgpikiepfge
URL Officiel https://chromewebstore.google.com/detail/dark-themed-chrome-file-e/plpngdlpkpapinbbheohgcgpikiepfge
Description Makes the chrome file explorer dark-themed.
Taille du Fichier 10.31 KB
Nombre d'Installations 142
Version Actuelle 0.5.0
Dernière Mise à Jour 2018-06-23
Date de Publication 2018-06-23
Évaluation 2.67/5 Total 3 Évaluations
Développeur https://a1noack.github.io
Type de Paiement free
Langues Prises en Charge 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": [
        ""
    ]
}