Darcula Theme for DevTools
Darcula Theme for DevTools
Τι είναι το Darcula Theme for DevTools;
Το Darcula Theme for DevTools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Andrey Izman, και η κύρια λειτουργία του είναι "Darcula Theme for DevTools".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Darcula Theme for DevTools
Λήψη αρχείων επέκτασης Darcula Theme for DevTools σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is a theme for the Developer Tools [CTRL/CMD + SHIFT + I]. Installation Instructions --------------------------------------------------------- - Add this theme - Goto chrome://flags/#enable-devtools-experiments and Enable Developer Tools experiments. Select [Relaunch Now] at the bottom of the page. - Open developer tools settings, select Experiments tab, and check 'Allow custom UI themes'. - Open developer tools settings, in the Preferences switch Theme to the Dark. - Reload devtools.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Darcula Theme for DevTools |
ID | gfmlaljopbojfghmafldbdecllafopom |
Επίσημο URL | https://chromewebstore.google.com/detail/darcula-theme-for-devtool/gfmlaljopbojfghmafldbdecllafopom |
Περιγραφή | Darcula Theme for DevTools |
Μέγεθος Αρχείου | 282 KB |
Αριθμός Εγκαταστάσεων | 792 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2017-10-12 |
Ημερομηνία Δημοσίευσης | 2017-10-11 |
Αξιολόγηση | 5.00/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | Andrey Izman |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/mervick/chrome-devtools-darcula-theme |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/mervick/chrome-devtools-darcula-theme |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "description": "Darcula Theme for DevTools", "devtools_page": "devtools.html", "homepage_url": "https:\/\/github.com\/mervick\/chrome-devtools-darcula-theme", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "author": "Andrey Izman", "browser_action": { "default_icon": "images\/icon32.png" }, "manifest_version": 2, "name": "Darcula Theme for DevTools", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3" } |