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" } } |