DevTools Theme: Gruvbox Dark

Gruvbox Dark theme for Chrome Devtools

What is DevTools Theme: Gruvbox Dark?

DevTools Theme: Gruvbox Dark is a Chrome extension developed by eduarbo, and its main feature is "Gruvbox Dark theme for Chrome Devtools".

Extension Screenshots

screenshot

Download DevTools Theme: Gruvbox Dark Extension CRX File

Download DevTools Theme: Gruvbox Dark 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

                        Retro groove dark theme for Devtools.
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'.
- Reload devtools.                    

Extension Basic Information

Name DevTools Theme: Gruvbox Dark DevTools Theme: Gruvbox Dark
ID njcgdakjdifgccdgnoiphpnihcfopcmj
Official URL https://chromewebstore.google.com/detail/devtools-theme-gruvbox-da/njcgdakjdifgccdgnoiphpnihcfopcmj
Description Gruvbox Dark theme for Chrome Devtools
File Size 50.3 KB
Installation Count 1,550
Current Version 0.0.2
Last Updated 2015-10-26
Publish Date 2015-10-26
Rating 4.57/5 Total 7 Ratings
Developer eduarbo
Payment Type free
Extension Website https://github.com/eduarbo/chrome-devtools-gruvbox-dark-theme
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DevTools Theme: Gruvbox Dark",
    "version": "0.0.2",
    "description": "Gruvbox Dark theme for Chrome Devtools",
    "author": "Eduardo Ruiz",
    "short_name": "Gruvbox Dark Devtools",
    "devtools_page": "devtools.html",
    "homepage_url": "https:\/\/github.com\/eduarbo\/chrome-devtools-gruvbox-dark-theme",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    }
}