DevTools Theme: Cobalt2 Unofficial

A highly customized dark theme for Devtools.

O que é DevTools Theme: Cobalt2 Unofficial?

DevTools Theme: Cobalt2 Unofficial é uma extensão do Chrome desenvolvida por http://jordanjanzen.com, e sua principal característica é "A highly customized dark theme for Devtools.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DevTools Theme: Cobalt2 Unofficial

Baixe arquivos de extensão DevTools Theme: Cobalt2 Unofficial 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

                        A customized dark theme for Chrome DevTools based on Wes Bos' Cobalt2.

To enable custom Devtools themes you need to change some settings in Chrome first:

1. Go to chrome://flags/#enable-devtools-experiments and enable Devtools Experiments.
2. Restart chrome. Hint: type chrome://restart in your address bar and hit enter to restart quickly, your tabs will be saved.
3. Open Devtools and go to settings (inside the overflow menu next to the close button).
4. Under the left navigation, click "Experiments".
5. Check the box for "Allow custom UI themes".
6. Close and reopen Devtools, you should now see the Devtools theme you've installed.                    

Informações Básicas da Extensão

Nome DevTools Theme: Cobalt2 Unofficial DevTools Theme: Cobalt2 Unofficial
ID mnamkcejlhbagofefikbghjgpddbfkck
URL Oficial https://chrome.google.com/webstore/detail/devtools-theme-cobalt2-un/mnamkcejlhbagofefikbghjgpddbfkck
Descrição A highly customized dark theme for Devtools.
Tamanho do Arquivo 31.73 KB
Contagem de Instalações 530
Versão Atual 1.0.0
Última Atualização 2018-05-10
Data de Publicação 2018-05-10
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor http://jordanjanzen.com
Tipo de Pagamento free
Site da Extensão https://github.com/jordandrako/chrome-devtools-cobalt2-theme
URL da Página de Ajuda https://github.com/jordandrako/chrome-devtools-cobalt2-theme/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DevTools Theme: Cobalt2 Unofficial",
    "version": "1.0.0",
    "description": "A highly customized dark theme for Devtools.",
    "devtools_page": "devtools.html",
    "homepage_url": "https:\/\/github.com\/jordandrako\/chrome-devtools-cobalt2-theme",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}