Dark-Themed Chrome File Explorer
Makes the chrome file explorer dark-themed.
Hvad er Dark-Themed Chrome File Explorer?
Dark-Themed Chrome File Explorer er en Chrome-udvidelse udviklet af https://a1noack.github.io, og dens hovedfunktion er "Makes the chrome file explorer dark-themed.".
Udvidelsesskærmbilleder
Download Dark-Themed Chrome File Explorer-udvidelses-CRX-fil
Download Dark-Themed Chrome File Explorer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Dark-Themed Chrome File Explorer |
ID | plpngdlpkpapinbbheohgcgpikiepfge |
Officiel URL | https://chromewebstore.google.com/detail/dark-themed-chrome-file-e/plpngdlpkpapinbbheohgcgpikiepfge |
Beskrivelse | Makes the chrome file explorer dark-themed. |
Filstørrelse | 10.31 KB |
Antal Installationer | 142 |
Nuværende Version | 0.5.0 |
Senest Opdateret | 2018-06-23 |
Udgivelsesdato | 2018-06-23 |
Bedømmelse | 2.67/5 Samlet 3 Bedømmelser |
Udvikler | https://a1noack.github.io |
Betalingsmetode | free |
Understøttede Sprog | 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": [ " |