IR_Black & Base16 DevTools Theme
Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools.
Qu'est-ce que IR_Black & Base16 DevTools Theme ?
IR_Black & Base16 DevTools Theme est une extension Chrome développée par http://ultrabenosaurus.ninja, et sa fonction principale est "Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IR_Black & Base16 DevTools Theme
Téléchargez les fichiers d'extension IR_Black & Base16 DevTools Theme au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ocgjhemmdfeacaddbpdanlkopoefobif |
URL Officiel | https://chrome.google.com/webstore/detail/irblack-base16-devtools-t/ocgjhemmdfeacaddbpdanlkopoefobif |
Description | Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools. |
Taille du Fichier | 273 KB |
Nombre d'Installations | 61 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2015-02-06 |
Date de Publication | 2015-02-06 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | http://ultrabenosaurus.ninja |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Ultrabenosaurus/IR_Black-DevToolsTheme |
URL de la Page d'Aide | https://github.com/Ultrabenosaurus/IR_Black-DevToolsTheme/issues |
Langues Prises en Charge | 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" } } |