Gmail zed

An elegant, grayish Gmail skin

什麼是Gmail zed?

Gmail zed是由zinclabs開發的Chrome擴展程式,該擴展的主要功能是“An elegant, grayish Gmail skin”。

擴展截圖

screenshot

下載Gmail zed擴展crx文件

下載Gmail zed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Gmail zed Gmail zed
ID ckgddnafpkfkbpdghfffmeklknfmppfp
官方網址 https://chromewebstore.google.com/detail/gmail-zed/ckgddnafpkfkbpdghfffmeklknfmppfp
簡介 An elegant, grayish Gmail skin
檔案大小 14.09 KB
安裝次數 96
目前版本 0.2
更新時間 2013-02-28
上架時間 2013-02-27
評分 4.13/5 共 8 次評分
開發者 zinclabs
付費類型 free
支援的語言 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"
            ]
        }
    ]
}