DevTools Theme: Pure Void

Simple Chrome DevTools theme with a black background.

O que é DevTools Theme: Pure Void?

DevTools Theme: Pure Void é uma extensão do Chrome desenvolvida por Jaidchen, e sua principal característica é "Simple Chrome DevTools theme with a black background.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DevTools Theme: Pure Void

Baixe arquivos de extensão DevTools Theme: Pure Void no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome DevTools Theme: Pure Void DevTools Theme: Pure Void
ID efpcgcomppkbbmocplgnkneblkffejna
URL Oficial https://chromewebstore.google.com/detail/devtools-theme-pure-void/efpcgcomppkbbmocplgnkneblkffejna
Descrição Simple Chrome DevTools theme with a black background.
Tamanho do Arquivo 169 KB
Contagem de Instalações 46
Versão Atual 1.0.0
Última Atualização 2019-12-18
Data de Publicação 2019-12-18
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Jaidchen
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Jaid/devtools-theme-pure-void
Idiomas Suportados 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"
    }
}