ShowSubjectGmail

Always show the subject field when replying in Gmail!

O que é ShowSubjectGmail?

ShowSubjectGmail é uma extensão do Chrome desenvolvida por nouvellecollection, e sua principal característica é "Always show the subject field when replying in Gmail!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ShowSubjectGmail

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

                        When replying to an email in Gmail, the "subject" field is not displayed by default. Fix this with tiny "ShowSubjectGmail" extension. Tiny? Yes, it's only 2 KB!

Contact: [email protected]                    

Informações Básicas da Extensão

Nome ShowSubjectGmail ShowSubjectGmail
ID hcgpoobeoeoahbhfcdabdjciflibpdal
URL Oficial https://chromewebstore.google.com/detail/showsubjectgmail/hcgpoobeoeoahbhfcdabdjciflibpdal
Descrição Always show the subject field when replying in Gmail!
Tamanho do Arquivo 3.12 KB
Contagem de Instalações 1,543
Versão Atual 1.0
Última Atualização 2018-06-13
Data de Publicação 2018-06-13
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor nouvellecollection
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShowSubjectGmail",
    "version": "1.0",
    "description": "Always show the subject field when replying in Gmail!",
    "content_scripts": [
        {
            "css": [
                "fix.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*\/*"
    ]
}