DevTools Theme: Gruvbox Dark
Gruvbox Dark theme for Chrome Devtools
Wat is DevTools Theme: Gruvbox Dark?
DevTools Theme: Gruvbox Dark is een Chrome-extensie ontwikkeld door eduarbo, en de belangrijkste functie is "Gruvbox Dark theme for Chrome Devtools".
Extensie Screenshots
Download het CRX-bestand van de extensie DevTools Theme: Gruvbox Dark
Download DevTools Theme: Gruvbox Dark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | DevTools Theme: Gruvbox Dark |
ID | njcgdakjdifgccdgnoiphpnihcfopcmj |
Officiële URL | https://chromewebstore.google.com/detail/devtools-theme-gruvbox-da/njcgdakjdifgccdgnoiphpnihcfopcmj |
Beschrijving | Gruvbox Dark theme for Chrome Devtools |
Bestandsgrootte | 50.3 KB |
Aantal Installaties | 1,550 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2015-10-26 |
Publicatiedatum | 2015-10-26 |
Beoordeling | 4.57/5 Totaal 7 Beoordelingen |
Ontwikkelaar | eduarbo |
Betalingswijze | free |
Extensiewebsite | https://github.com/eduarbo/chrome-devtools-gruvbox-dark-theme |
Ondersteunde Talen | 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" } } |