black Gmail

This extension darkens the background color of Gmail.

O que é black Gmail?

black Gmail é uma extensão do Chrome desenvolvida por kinosi, e sua principal característica é "This extension darkens the background color of Gmail.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão black Gmail

Baixe arquivos de extensão black Gmail 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

                        On Gmail,the background color of the text remains white, even with dark themes.
This extension can darken the background color and whiten the text.
If you want to know more, please check screenshots.                    

Informações Básicas da Extensão

Nome black Gmail black Gmail
ID kbobhigaelikafhojcljnbbdiphibpke
URL Oficial https://chrome.google.com/webstore/detail/black-gmail/kbobhigaelikafhojcljnbbdiphibpke
Descrição This extension darkens the background color of Gmail.
Tamanho do Arquivo 5.2 KB
Contagem de Instalações 32
Versão Atual 1.0.0
Última Atualização 2019-06-19
Data de Publicação 2019-06-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor kinosi
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "black Gmail",
    "author": "catdance124",
    "description": "This extension darkens the background color of Gmail.",
    "version": "1.0.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}