DevTools Theme: Gruvbox Dark
Gruvbox Dark theme for Chrome Devtools
Cos'è DevTools Theme: Gruvbox Dark?
DevTools Theme: Gruvbox Dark è un'estensione di Chrome sviluppata da eduarbo, e la sua funzione principale è "Gruvbox Dark theme for Chrome Devtools".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DevTools Theme: Gruvbox Dark
Scarica i file di estensione DevTools Theme: Gruvbox Dark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | njcgdakjdifgccdgnoiphpnihcfopcmj |
| URL Ufficiale | https://chromewebstore.google.com/detail/devtools-theme-gruvbox-da/njcgdakjdifgccdgnoiphpnihcfopcmj |
| Descrizione | Gruvbox Dark theme for Chrome Devtools |
| Dimensione del File | 50.3 KB |
| Conteggio Installazioni | 1,550 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2015-10-26 |
| Data di Pubblicazione | 2015-10-26 |
| Valutazione | 4.57/5 Totale 7 Valutazioni |
| Sviluppatore | eduarbo |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/eduarbo/chrome-devtools-gruvbox-dark-theme |
| Lingue Supportate | 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"
}
} | |