DevTools Theme: Atom Dark with Green Cursor
A highly customized dark theme for Devtools with a blinking green cursor in the console.
Co to jest DevTools Theme: Atom Dark with Green Cursor?
DevTools Theme: Atom Dark with Green Cursor to rozszerzenie Chrome opracowane przez https://justinribeiro.com, a jego główną funkcją jest „A highly customized dark theme for Devtools with a blinking green cursor in the console.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DevTools Theme: Atom Dark with Green Cursor
Pobierz pliki rozszerzeń DevTools Theme: Atom Dark with Green Cursor 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
This is an experimental theme for the Chrome Developer Tools that utilizes DevTools Experiments flag within Chrome. // INSTALL INSTRUCTIONS 1. Install this theme extension. 2. Open chrome://flags/#enable-devtools-experiments 3. Locate and enable "Enable Developer Tools experiments". 4. Select "Relaunch Now" at the bottom of the page (WARNING: this will restart Chrome). 5. Open DevTools > Settings 6. Select Experiments tab, and check 'Allow custom UI themes'. 7. Select Preferences Tab, and selected Theme: Dark. 7. Reload DevTools. // FAQ > Does it really have a blinking cursor, like an old school terminal? Indeed it does. See https://www.youtube.com/watch?v=A7dXmUAPtPA for example. > What is theme based on? The excellent work of Maurice Cruz' zero-base-themes (https://github.com/mauricecruz/zero-base-themes) and Marvin R' vscode-theme-dark-atom-dark-green-cursor (https://github.com/therealmarv/vscode-theme-dark-atom-dark-green-cursor). > Where can I contribute? All the code is licensed MIT on Github: https://github.com/justinribeiro/chrome-devtools-theme-atom-dark-green-cursor/
Podstawowe informacje o rozszerzeniu
Nazwa | DevTools Theme: Atom Dark with Green Cursor |
ID | iocojmginfolhoaalkgabkmilfepnejc |
Oficjalny URL | https://chromewebstore.google.com/detail/devtools-theme-atom-dark/iocojmginfolhoaalkgabkmilfepnejc |
Opis | A highly customized dark theme for Devtools with a blinking green cursor in the console. |
Rozmiar pliku | 33.4 KB |
Liczba instalacji | 477 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2018-05-25 |
Data Publikacji | 2018-05-25 |
Ocena | 4.33/5 Łącznie 3 Oceny |
Deweloper | https://justinribeiro.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/justinribeiro/chrome-devtools-theme-atom-dark-green-cursor |
Adres URL Strony Pomocy | https://github.com/justinribeiro/chrome-devtools-theme-atom-dark-green-cursor/issues |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevTools Theme: Atom Dark with Green Cursor", "version": "1.0.0", "description": "A highly customized dark theme for Devtools with a blinking green cursor in the console.", "devtools_page": "devtools.html", "homepage_url": "https:\/\/github.com\/justinribeiro\/chrome-devtools-theme-atom-dark-green-cursor", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" } } |