DevTools Theme: Pure Void
Simple Chrome DevTools theme with a black background.
What is DevTools Theme: Pure Void?
DevTools Theme: Pure Void is a Chrome extension developed by Jaidchen, and its main feature is "Simple Chrome DevTools theme with a black background.".
Extension Screenshots
Download DevTools Theme: Pure Void Extension CRX File
Download DevTools Theme: Pure Void 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
Installation: - Navigate to chrome://flags, find Developer Tools Experiments and toggle to Enabled. - Reload Chrome. - In DevTools, click the three dots menu, go to Settings -> Experiments and select Allow UI Themes. - Set theme to Dark Mode (this is important, or the theme won't look right). - To set theme to Dark Mode, go to Preferences(In DevTools settings itself) -> Appearance -> Theme and select Dark. - Load a new tab and enjoy your awesome new DevTools theme! Source Code: https://github.com/Jaid/devtools-theme-pure-void
Extension Basic Information
Name | DevTools Theme: Pure Void |
ID | efpcgcomppkbbmocplgnkneblkffejna |
Official URL | https://chromewebstore.google.com/detail/devtools-theme-pure-void/efpcgcomppkbbmocplgnkneblkffejna |
Description | Simple Chrome DevTools theme with a black background. |
File Size | 169 KB |
Installation Count | 46 |
Current Version | 1.0.0 |
Last Updated | 2019-12-18 |
Publish Date | 2019-12-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Jaidchen |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Jaid/devtools-theme-pure-void |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevTools Theme: Pure Void", "version": "1.0.0", "description": "Simple Chrome DevTools theme with a black background.", "devtools_page": "devtools.html", "homepage_url": "https:\/\/github.com\/Jaid\/devtools-theme-pure-void", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |