Darcula Theme for DevTools
Darcula Theme for DevTools
Co je Darcula Theme for DevTools?
Darcula Theme for DevTools je rozšíření Chrome vyvinuté Andrey Izman, a jeho hlavní funkcí je „Darcula Theme for DevTools“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Darcula Theme for DevTools
Stáhněte si soubory rozšíření Darcula Theme for DevTools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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'. - Open developer tools settings, in the Preferences switch Theme to the Dark. - Reload devtools.
Základní Informace o Rozšíření
Název | Darcula Theme for DevTools |
ID | gfmlaljopbojfghmafldbdecllafopom |
Oficiální URL | https://chromewebstore.google.com/detail/darcula-theme-for-devtool/gfmlaljopbojfghmafldbdecllafopom |
Popis | Darcula Theme for DevTools |
Velikost souboru | 282 KB |
Počet instalací | 792 |
Aktuální Verze | 1.0.3 |
Poslední Aktualizace | 2017-10-12 |
Datum Vydání | 2017-10-11 |
Hodnocení | 5.00/5 Celkem 9 Hodnocení |
Vývojář | Andrey Izman |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/mervick/chrome-devtools-darcula-theme |
URL Stránky Nápovědy | https://github.com/mervick/chrome-devtools-darcula-theme |
Podporované Jazyky | en |
manifest.json | |
{ "description": "Darcula Theme for DevTools", "devtools_page": "devtools.html", "homepage_url": "https:\/\/github.com\/mervick\/chrome-devtools-darcula-theme", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "author": "Andrey Izman", "browser_action": { "default_icon": "images\/icon32.png" }, "manifest_version": 2, "name": "Darcula Theme for DevTools", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3" } |