gmail neue

Gmail with Neue fonts

gmail neue là gì?

gmail neue là một tiện ích mở rộng Chrome được phát triển bởi awinecki, và tính năng chính của nó là "Gmail with Neue fonts".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng gmail neue

Tải xuống các tệp mở rộng gmail neue dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên gmail neue gmail neue
ID njgkbgfkgecignmhfnehgcnkndppbpph
URL Chính Thức https://chromewebstore.google.com/detail/gmail-neue/njgkbgfkgecignmhfnehgcnkndppbpph
Mô tả Gmail with Neue fonts
Kích Thước Tệp 5.68 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2014-07-19
Ngày Phát Hành 2014-07-19
Nhà Phát Triển awinecki
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}