Darcula Theme for DevTools
Darcula Theme for DevTools
What is Darcula Theme for DevTools?
Darcula Theme for DevTools is a Chrome extension developed by Andrey Izman, and its main feature is "Darcula Theme for DevTools".
Extension Screenshots
Download Darcula Theme for DevTools Extension CRX File
Download Darcula Theme for DevTools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Darcula Theme for DevTools |
ID | gfmlaljopbojfghmafldbdecllafopom |
Official URL | https://chromewebstore.google.com/detail/darcula-theme-for-devtool/gfmlaljopbojfghmafldbdecllafopom |
Description | Darcula Theme for DevTools |
File Size | 282 KB |
Installation Count | 792 |
Current Version | 1.0.3 |
Last Updated | 2017-10-12 |
Publish Date | 2017-10-11 |
Rating | 5.00/5 Total 9 Ratings |
Developer | Andrey Izman |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mervick/chrome-devtools-darcula-theme |
Help Page URL | https://github.com/mervick/chrome-devtools-darcula-theme |
Supported Languages | 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" } |