Dark-Themed Chrome File Explorer

Makes the chrome file explorer dark-themed.

Vad är Dark-Themed Chrome File Explorer?

Dark-Themed Chrome File Explorer är en Chrome-tillägg utvecklad av https://a1noack.github.io, och dess huvudfunktion är "Makes the chrome file explorer dark-themed.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Dark-Themed Chrome File Explorer-förlängningens CRX-fil

Ladda ner Dark-Themed Chrome File Explorer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Dark-Themed Chrome File Explorer Dark-Themed Chrome File Explorer
ID plpngdlpkpapinbbheohgcgpikiepfge
Officiell webbadress https://chromewebstore.google.com/detail/dark-themed-chrome-file-e/plpngdlpkpapinbbheohgcgpikiepfge
Beskrivning Makes the chrome file explorer dark-themed.
Filstorlek 10.31 KB
Antal Installationer 142
Aktuell Version 0.5.0
Senast Uppdaterad 2018-06-23
Publiceringsdatum 2018-06-23
Betyg 2.67/5 Totalt 3 Betyg
Utvecklare https://a1noack.github.io
Betalningssätt free
Stödda Språk 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": [
        ""
    ]
}