Dank Neon DevTools Theme
A danker, more neon theme.
What is Dank Neon DevTools Theme?
Dank Neon DevTools Theme is a Chrome extension developed by Conlin Durbin, and its main feature is "A danker, more neon theme.".
Extension Screenshots
Download Dank Neon DevTools Theme Extension CRX File
Download Dank Neon DevTools Theme 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
Dank Neon for the Chrome DevTools is a nice looking dark theme for your DevTools. How to install --------------------------------------------------------- - First install 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'. - Reload devtools.
Extension Basic Information
Name | |
ID | eoijelgagfengjmfdjpoeooogcjgdobf |
Official URL | https://chrome.google.com/webstore/detail/dank-neon-devtools-theme/eoijelgagfengjmfdjpoeooogcjgdobf |
Description | A danker, more neon theme. |
File Size | 34.56 KB |
Installation Count | 164 |
Current Version | 2.1 |
Last Updated | 2019-01-15 |
Publish Date | 2019-01-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Conlin Durbin |
Payment Type | free |
Extension Website | https://github.com/DankNeon/chrome-devtools |
Help Page URL | https://github.com/DankNeon/chrome-devtools/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dank Neon DevTools Theme", "short_name": "A danker, more neon theme for Chrome Devtools", "version": "2.1", "description": "A danker, more neon theme.", "devtools_page": "devtools.html", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |