gmail neue

Gmail with Neue fonts

gmail neue क्या है?

gmail neue awinecki द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gmail with Neue fonts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में gmail neue एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}