DevTools Theme: Gruvbox Dark
Gruvbox Dark theme for Chrome Devtools
Co to jest DevTools Theme: Gruvbox Dark?
DevTools Theme: Gruvbox Dark to rozszerzenie Chrome opracowane przez eduarbo, a jego główną funkcją jest „Gruvbox Dark theme for Chrome Devtools”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DevTools Theme: Gruvbox Dark
Pobierz pliki rozszerzeń DevTools Theme: Gruvbox Dark w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | DevTools Theme: Gruvbox Dark |
ID | njcgdakjdifgccdgnoiphpnihcfopcmj |
Oficjalny URL | https://chromewebstore.google.com/detail/devtools-theme-gruvbox-da/njcgdakjdifgccdgnoiphpnihcfopcmj |
Opis | Gruvbox Dark theme for Chrome Devtools |
Rozmiar pliku | 50.3 KB |
Liczba instalacji | 1,550 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2015-10-26 |
Data Publikacji | 2015-10-26 |
Ocena | 4.57/5 Łącznie 7 Oceny |
Deweloper | eduarbo |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/eduarbo/chrome-devtools-gruvbox-dark-theme |
Obsługiwane Języki | 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" } } |