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
公式URL 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
        }
    ]
}