IR_Black & Base16 DevTools Theme
Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools.
Τι είναι το IR_Black & Base16 DevTools Theme;
Το IR_Black & Base16 DevTools Theme είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://ultrabenosaurus.ninja, και η κύρια λειτουργία του είναι "Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης IR_Black & Base16 DevTools Theme
Λήψη αρχείων επέκτασης IR_Black & Base16 DevTools Theme σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Once upon a time, developers could customise Chrome's Dev Tools by simply editing a CSS file on their machine. Then appeared an automatic update which removed this lovely little feature, forever plunging those gallant codemonkeys into despair. But no more! I present to you a port of bentruyman's IR_Black theme for the Elements and Console tabs, as well as codemirror's Base16 Dark theme for the Sources tab. Don't like those two themes? No problem! Just click the website link below and clone the repo for this plugin from GitHub and follow the Install and Customise instructions in the README file. Want to check out other stuff by myself, bentruyman and/or codemirror? Click the website link below for links to them and the sources of theirs that I used. repo: https://github.com/Ultrabenosaurus/IR_Black-DevToolsTheme
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ocgjhemmdfeacaddbpdanlkopoefobif |
Επίσημο URL | https://chrome.google.com/webstore/detail/irblack-base16-devtools-t/ocgjhemmdfeacaddbpdanlkopoefobif |
Περιγραφή | Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools. |
Μέγεθος Αρχείου | 273 KB |
Αριθμός Εγκαταστάσεων | 61 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2015-02-06 |
Ημερομηνία Δημοσίευσης | 2015-02-06 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | http://ultrabenosaurus.ninja |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Ultrabenosaurus/IR_Black-DevToolsTheme |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/Ultrabenosaurus/IR_Black-DevToolsTheme/issues |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IR_Black & Base16 DevTools Theme", "short_name": "Dark DevTools", "description": "Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools.", "version": "1.0.2", "devtools_page": "src\/devtools.html", "manifest_version": 2, "author": "Ultrabenosaurus", "homepage_url": "https:\/\/github.com\/Ultrabenosaurus\/IR_Black-DevToolsTheme", "offline_enabled": true, "permissions": [ "activeTab" ], "icons": { "128": "img\/webstore-icon.png" } } |