Darcula Theme for DevTools
Darcula Theme for DevTools
Darcula Theme for DevToolsとは何ですか?
Darcula Theme for DevToolsはAndrey Izmanによって開発されたChromeの拡張機能で、その主な機能は「Darcula Theme for DevTools」です。
拡張機能のスクリーンショット
Darcula Theme for DevTools拡張機能のCRXファイルをダウンロード
Darcula Theme for DevTools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a theme for the Developer Tools [CTRL/CMD + SHIFT + I]. Installation Instructions --------------------------------------------------------- - Add this theme - Goto chrome://flags/#enable-devtools-experiments and Enable Developer Tools experiments. Select [Relaunch Now] at the bottom of the page. - Open developer tools settings, select Experiments tab, and check 'Allow custom UI themes'. - Open developer tools settings, in the Preferences switch Theme to the Dark. - Reload devtools.
拡張機能の基本情報
名前 | Darcula Theme for DevTools |
ID | gfmlaljopbojfghmafldbdecllafopom |
公式URL | https://chromewebstore.google.com/detail/darcula-theme-for-devtool/gfmlaljopbojfghmafldbdecllafopom |
説明 | Darcula Theme for DevTools |
ファイルサイズ | 282 KB |
インストール数 | 792 |
現在のバージョン | 1.0.3 |
最終更新日 | 2017-10-12 |
公開日 | 2017-10-11 |
評価 | 5.00/5 合計 9 レビュー |
開発者 | Andrey Izman |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mervick/chrome-devtools-darcula-theme |
ヘルプページのURL | https://github.com/mervick/chrome-devtools-darcula-theme |
対応言語 | en |
manifest.json | |
{ "description": "Darcula Theme for DevTools", "devtools_page": "devtools.html", "homepage_url": "https:\/\/github.com\/mervick\/chrome-devtools-darcula-theme", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "author": "Andrey Izman", "browser_action": { "default_icon": "images\/icon32.png" }, "manifest_version": 2, "name": "Darcula Theme for DevTools", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3" } |