Gmail zed

An elegant, grayish Gmail skin

Gmail zed란 무엇입니까?

Gmail zed은(는) zinclabs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An elegant, grayish Gmail skin"입니다.

확장 프로그램 스크린샷

screenshot

Gmail zed 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}