Dark-Themed Chrome File Explorer
Makes the chrome file explorer dark-themed.
Τι είναι το Dark-Themed Chrome File Explorer;
Το Dark-Themed Chrome File Explorer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://a1noack.github.io, και η κύρια λειτουργία του είναι "Makes the chrome file explorer dark-themed.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Dark-Themed Chrome File Explorer
Λήψη αρχείων επέκτασης Dark-Themed Chrome File Explorer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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": [ " |