Darcula Theme for DevTools
Darcula Theme for DevTools
Cos'è Darcula Theme for DevTools?
Darcula Theme for DevTools è un'estensione di Chrome sviluppata da Andrey Izman, e la sua funzione principale è "Darcula Theme for DevTools".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Darcula Theme for DevTools
Scarica i file di estensione Darcula Theme for DevTools 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
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.
Informazioni di Base sull'Estensione
Nome | Darcula Theme for DevTools |
ID | gfmlaljopbojfghmafldbdecllafopom |
URL Ufficiale | https://chromewebstore.google.com/detail/darcula-theme-for-devtool/gfmlaljopbojfghmafldbdecllafopom |
Descrizione | Darcula Theme for DevTools |
Dimensione del File | 282 KB |
Conteggio Installazioni | 792 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2017-10-12 |
Data di Pubblicazione | 2017-10-11 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | Andrey Izman |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mervick/chrome-devtools-darcula-theme |
URL della Pagina di Aiuto | https://github.com/mervick/chrome-devtools-darcula-theme |
Lingue Supportate | 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" } |