DevTools Theme: Monokai TK#MOD
A highly customized Monokai dark theme for Devtools.
Cos'è DevTools Theme: Monokai TK#MOD?
DevTools Theme: Monokai TK#MOD è un'estensione di Chrome sviluppata da Tyson Kemp, e la sua funzione principale è "A highly customized Monokai dark theme for Devtools.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DevTools Theme: Monokai TK#MOD
Scarica i file di estensione DevTools Theme: Monokai TK#MOD 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 an updated Monokai theme using Zero Base Themes as a starting point. It's been refactored and updated to not cause the recent perf issues we've seen with Chrome 69+. --- Getting Started 1. Chrome/Chromebook: https://chrome.google.com/webstore/detail/devtools-theme-monokai-tk/apaajnakngeokmggmnpcfilmmegiakdi 2. chrome://flags > Developer Tools experiments > Enabled 3. Inspect(right) > DevTools(...) > Settings (cog icon or Shift+?) > Experiments > Allow custom UI themes 4. Close and reopen the DevTools. --- All thanks to mauricecruz @ https://github.com/mauricecruz/zero-base-themes
Informazioni di Base sull'Estensione
Nome | DevTools Theme: Monokai TK#MOD |
ID | apaajnakngeokmggmnpcfilmmegiakdi |
URL Ufficiale | https://chromewebstore.google.com/detail/devtools-theme-monokai-tk/apaajnakngeokmggmnpcfilmmegiakdi |
Descrizione | A highly customized Monokai dark theme for Devtools. |
Dimensione del File | 42 KB |
Conteggio Installazioni | 300 |
Versione Corrente | 1.5.4 |
Ultimo Aggiornamento | 2019-07-19 |
Data di Pubblicazione | 2019-07-18 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Tyson Kemp |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/processnotproduct/zero-base-themes |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevTools Theme: Monokai TK#MOD", "version": "1.5.4", "description": "A highly customized Monokai dark theme for Devtools.", "devtools_page": "devtools.html", "homepage_url": "https:\/\/github.com\/processnotproduct\/zero-base-themes", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" } } |