Full Width GMail preview pane

Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.

O que é Full Width GMail preview pane?

Full Width GMail preview pane é uma extensão do Chrome desenvolvida por https://sina.is, e sua principal característica é "Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.".

Baixar o arquivo CRX da Extensão Full Width GMail preview pane

Baixe arquivos de extensão Full Width GMail preview pane 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

                        This extension hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.                    

Informações Básicas da Extensão

Nome Full Width GMail preview pane Full Width GMail preview pane
ID gdlbagahbkacnekaiibemdmagllflpbf
URL Oficial https://chromewebstore.google.com/detail/full-width-gmail-preview/gdlbagahbkacnekaiibemdmagllflpbf
Descrição Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.
Tamanho do Arquivo 3.1 KB
Contagem de Instalações 309
Versão Atual 1.0.0
Última Atualização 2014-03-02
Data de Publicação 2014-03-01
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor https://sina.is
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "previewpane.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "description": "Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.",
    "manifest_version": 2,
    "name": "Full Width GMail preview pane",
    "version": "1.0.0"
}