Black Dark Gmail Hangouts Chat Theme

Black Dark Gmail Hangouts Chat Theme. Make your Gmail Chat dark!

O que é Black Dark Gmail Hangouts Chat Theme?

Black Dark Gmail Hangouts Chat Theme é uma extensão do Chrome desenvolvida por Jae Hahn, e sua principal característica é "Black Dark Gmail Hangouts Chat Theme. Make your Gmail Chat dark!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Black Dark Gmail Hangouts Chat Theme

Baixe arquivos de extensão Black Dark Gmail Hangouts Chat Theme 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

                        Black Dark Gmail Hangouts Chat Theme/Skin.
This makes your Gmail chat window black with a dark interface.
It blends perfectly with the Black Gmail Theme.
Clean, simple, flat black and dark colors.
Chat bubbles have also been removed.

Refresh your Gmail page after you add this extension.

Please note as you add this extension: Chrome will give you a warning saying that this will "Read and change data on hangouts.google.com". It's because this extension changes the CSS style of the Hangouts chat. It doesn't read what you wrote or change your data, so no worries!

Please enjoy!


#CHANGELOG
Version 0.0.3: Added Chrome warning notice in description and manifest update. Added more screenshots.
Version 0.0.2: Description update
Version 0.0.1: Release                    

Informações Básicas da Extensão

Nome Black Dark Gmail Hangouts Chat Theme Black Dark Gmail Hangouts Chat Theme
ID gbhiagomdeeneaolbbdmfpokjlcdikjf
URL Oficial https://chrome.google.com/webstore/detail/black-dark-gmail-hangouts/gbhiagomdeeneaolbbdmfpokjlcdikjf
Descrição Black Dark Gmail Hangouts Chat Theme. Make your Gmail Chat dark!
Tamanho do Arquivo 5.7 KB
Contagem de Instalações 2,479
Versão Atual 0.0.3
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 3.14/5 Total de 14 Avaliações
Desenvolvedor Jae Hahn
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Black Dark Gmail Hangouts Chat Theme",
    "short_name": "Black Dark Gmail Hangouts Chat Theme",
    "description": "Black Dark Gmail Hangouts Chat Theme. Make your Gmail Chat dark!",
    "version": "0.0.3",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/hangouts.google.com\/*"
            ],
            "css": [
                "style-gchat.css"
            ]
        }
    ]
}