Dark-Themed Chrome File Explorer

Makes the chrome file explorer dark-themed.

Dark-Themed Chrome File Explorer क्या है?

Dark-Themed Chrome File Explorer https://a1noack.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes the chrome file explorer dark-themed."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dark-Themed Chrome File Explorer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Dark-Themed Chrome File Explorer Dark-Themed Chrome File Explorer
ID plpngdlpkpapinbbheohgcgpikiepfge
आधिकारिक URL https://chromewebstore.google.com/detail/dark-themed-chrome-file-e/plpngdlpkpapinbbheohgcgpikiepfge
विवरण Makes the chrome file explorer dark-themed.
फ़ाइल का आकार 10.31 KB
स्थापना संख्या 142
वर्तमान संस्करण 0.5.0
अंतिम अपडेट 2018-06-23
प्रकाशन तिथि 2018-06-23
रेटिंग 2.67/5 कुल 3 रेटिंग्स
डेवलपर https://a1noack.github.io
भुगतान के प्रकार free
समर्थित भाषाएँ 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": [
        ""
    ]
}