Dark-Themed Chrome File Explorer
Makes the chrome file explorer dark-themed.
Co to jest Dark-Themed Chrome File Explorer?
Dark-Themed Chrome File Explorer to rozszerzenie Chrome opracowane przez https://a1noack.github.io, a jego główną funkcją jest „Makes the chrome file explorer dark-themed.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dark-Themed Chrome File Explorer
Pobierz pliki rozszerzeń Dark-Themed Chrome File Explorer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Dark-Themed Chrome File Explorer |
ID | plpngdlpkpapinbbheohgcgpikiepfge |
Oficjalny URL | https://chromewebstore.google.com/detail/dark-themed-chrome-file-e/plpngdlpkpapinbbheohgcgpikiepfge |
Opis | Makes the chrome file explorer dark-themed. |
Rozmiar pliku | 10.31 KB |
Liczba instalacji | 142 |
Aktualna Wersja | 0.5.0 |
Ostatnia Aktualizacja | 2018-06-23 |
Data Publikacji | 2018-06-23 |
Ocena | 2.67/5 Łącznie 3 Oceny |
Deweloper | https://a1noack.github.io |
Typ Płatności | free |
Obsługiwane Języki | 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": [ " |