gmail neue

Gmail with Neue fonts

Что такое gmail neue?

gmail neue - это расширение Chrome, разработанное awinecki, и его основная функция - "Gmail with Neue fonts".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения gmail neue

Скачайте файлы расширений 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
        }
    ]
}