IR_Black & Base16 DevTools Theme
Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools.
¿Qué es IR_Black & Base16 DevTools Theme?
IR_Black & Base16 DevTools Theme es una extensión de Chrome desarrollada por http://ultrabenosaurus.ninja, y su función principal es "Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión IR_Black & Base16 DevTools Theme
Descarga archivos de extensión IR_Black & Base16 DevTools Theme en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | ocgjhemmdfeacaddbpdanlkopoefobif |
URL Oficial | https://chrome.google.com/webstore/detail/irblack-base16-devtools-t/ocgjhemmdfeacaddbpdanlkopoefobif |
Descripción | Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools. |
Tamaño del Archivo | 273 KB |
Cantidad de Instalaciones | 61 |
Versión Actual | 1.0.2 |
Última Actualización | 2015-02-06 |
Fecha de Publicación | 2015-02-06 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | http://ultrabenosaurus.ninja |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Ultrabenosaurus/IR_Black-DevToolsTheme |
URL de la Página de Ayuda | https://github.com/Ultrabenosaurus/IR_Black-DevToolsTheme/issues |
Idiomas Soportados | 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" } } |