DevTools Theme: Pure Void

Simple Chrome DevTools theme with a black background.

Cos'è DevTools Theme: Pure Void?

DevTools Theme: Pure Void è un'estensione di Chrome sviluppata da Jaidchen, e la sua funzione principale è "Simple Chrome DevTools theme with a black background.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DevTools Theme: Pure Void

Scarica i file di estensione DevTools Theme: Pure Void 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

                        Installation:

- Navigate to chrome://flags, find Developer Tools Experiments and toggle to Enabled.
- Reload Chrome.
- In DevTools, click the three dots menu, go to Settings -> Experiments and select Allow UI Themes.
- Set theme to Dark Mode (this is important, or the theme won't look right). - To set theme to Dark Mode, go to Preferences(In DevTools settings itself) -> Appearance -> Theme and select Dark.
- Load a new tab and enjoy your awesome new DevTools theme!

Source Code:

https://github.com/Jaid/devtools-theme-pure-void                    

Informazioni di Base sull'Estensione

Nome DevTools Theme: Pure Void DevTools Theme: Pure Void
ID efpcgcomppkbbmocplgnkneblkffejna
URL Ufficiale https://chromewebstore.google.com/detail/devtools-theme-pure-void/efpcgcomppkbbmocplgnkneblkffejna
Descrizione Simple Chrome DevTools theme with a black background.
Dimensione del File 169 KB
Conteggio Installazioni 46
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-12-18
Data di Pubblicazione 2019-12-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Jaidchen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Jaid/devtools-theme-pure-void
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DevTools Theme: Pure Void",
    "version": "1.0.0",
    "description": "Simple Chrome DevTools theme with a black background.",
    "devtools_page": "devtools.html",
    "homepage_url": "https:\/\/github.com\/Jaid\/devtools-theme-pure-void",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}