Gmail zed

An elegant, grayish Gmail skin

O que é Gmail zed?

Gmail zed é uma extensão do Chrome desenvolvida por zinclabs, e sua principal característica é "An elegant, grayish Gmail skin".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gmail zed

Baixe arquivos de extensão Gmail zed 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 is a skin for Gmail, inspired by the new Outlook.com and the Minimalist extension.

Notes:

1. This style is meant to be used with Helvetica Neue installed on your system. If you don't have it, it will use Helvetica or Arial, but won't look as good, IMHO.
2. You should set your Gmail theme to "Soft Gray" under Settings > Themes in Gmail.
3. It's designed for "Compact" View, and is NOT ready for Split Pane.
4. Stars and Checkboxes are hidden unless active or hovered.

In the future I will add some Settings so you can tailor it to suit you.

This is my first theme. Enjoy.

If you like my work, please donate to my kids' ice cream fund @ http://userstyles.org/styles/83622/gmailzero

2013-02-26 – v0.1
- Initial release

2013-02-27 – v0.2
- Styled conversation view                    

Informações Básicas da Extensão

Nome Gmail zed Gmail zed
ID ckgddnafpkfkbpdghfffmeklknfmppfp
URL Oficial https://chromewebstore.google.com/detail/gmail-zed/ckgddnafpkfkbpdghfffmeklknfmppfp
Descrição An elegant, grayish Gmail skin
Tamanho do Arquivo 14.09 KB
Contagem de Instalações 96
Versão Atual 0.2
Última Atualização 2013-02-28
Data de Publicação 2013-02-27
Classificação 4.13/5 Total de 8 Avaliações
Desenvolvedor zinclabs
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail zed",
    "version": "0.2",
    "manifest_version": 2,
    "description": "An elegant, grayish Gmail skin",
    "icons": {
        "16": "gmailzed-icon-16.png",
        "48": "gmailzed-icon-48.png",
        "128": "gmailzed-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "gmailzed.css"
            ]
        }
    ]
}