Neat Messages for Gmail

Improves the readibility of plain text Gmail messages by putting them in a neat container.

O que é Neat Messages for Gmail?

Neat Messages for Gmail é uma extensão do Chrome desenvolvida por Hristiyan Dodov, e sua principal característica é "Improves the readibility of plain text Gmail messages by putting them in a neat container.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Neat Messages for Gmail

Baixe arquivos de extensão Neat Messages for 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

                        Tired of the extremely long rows of text in Gmail? This extension will help!

All plain text emails are put in a neat container where you can comfortably read them. In the meantime, HTML emails that are designed and have everything looking nice will be left unchanged.

WHAT'S NEW:
- Now works with the new Gmail style
- Removed the notifications permission

--------------------------
This extension will NOT modify the emails’ content! It will only change how you (and only you) see them.
--------------------------

Customize the extension via the Options page!                    

Informações Básicas da Extensão

Nome Neat Messages for Gmail Neat Messages for Gmail
ID lkpknmgfopkjcpbgkkcnoolijfggioba
URL Oficial https://chromewebstore.google.com/detail/neat-messages-for-gmail/lkpknmgfopkjcpbgkkcnoolijfggioba
Descrição Improves the readibility of plain text Gmail messages by putting them in a neat container.
Tamanho do Arquivo 72.16 KB
Contagem de Instalações 724
Versão Atual 2.0.2
Última Atualização 2018-09-07
Data de Publicação 2018-09-06
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Hristiyan Dodov
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Neat Messages for Gmail",
    "version": "2.0.2",
    "author": "Hristiyan Dodov",
    "description": "Improves the readibility of plain text Gmail messages by putting them in a neat container.",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/icon-16.png",
        "default_popup": "popup\/index.html"
    },
    "options_page": "options\/index.html",
    "content_scripts": [
        {
            "run_at": "document_end",
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}