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是由http://ultrabenosaurus.ninja开发的Chrome扩展程序,该扩展的主要功能是“Port of bentruyman's IR_Black and codemirror's Base16 Dark themes for Chrome Dev Tools.”。
扩展截图
下载IR_Black & Base16 DevTools Theme扩展crx文件
下载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" } } |