gmail neue

Gmail with Neue fonts

什麼是gmail neue?

gmail neue是由awinecki開發的Chrome擴展程式,該擴展的主要功能是“Gmail with Neue fonts”。

擴展截圖

screenshot

下載gmail neue擴展crx文件

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

擴展使用說明

                        Gmail Neue is a very simple extension changing the way Gmail looks on Mac computers.

- It changes fonts to Helvetica Neue (granted you have it installed on your system), and makes several other typography fixes
- Background color tweaked

Recommended use with Soft Grey theme, but looks ok with the default as well.

Best results on retina screens.                    

擴展基本資訊

名稱 gmail neue gmail neue
ID njgkbgfkgecignmhfnehgcnkndppbpph
官方網址 https://chromewebstore.google.com/detail/gmail-neue/njgkbgfkgecignmhfnehgcnkndppbpph
簡介 Gmail with Neue fonts
檔案大小 5.68 KB
安裝次數 31
目前版本 0.0.4
更新時間 2014-07-19
上架時間 2014-07-19
開發者 awinecki
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "styles\/gmail.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}