gmail neue

Gmail with Neue fonts

What is gmail neue?

gmail neue is a Chrome extension developed by awinecki, and its main feature is "Gmail with Neue fonts".

Extension Screenshots

screenshot

Download gmail neue Extension CRX File

Download gmail neue extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name gmail neue gmail neue
ID njgkbgfkgecignmhfnehgcnkndppbpph
Official URL https://chromewebstore.google.com/detail/gmail-neue/njgkbgfkgecignmhfnehgcnkndppbpph
Description Gmail with Neue fonts
File Size 5.68 KB
Installation Count 31
Current Version 0.0.4
Last Updated 2014-07-19
Publish Date 2014-07-19
Developer awinecki
Payment Type free
Supported Languages 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
        }
    ]
}