Gmail Focus

Focus on your emails, one at a time

Что такое Gmail Focus?

Gmail Focus - это расширение Chrome, разработанное Miguel Piedrafita, и его основная функция - "Focus on your emails, one at a time".

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

screenshot

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

Скачайте файлы расширений Gmail Focus в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Gmail Focus scribbles out every email subject but your first one, so you don't get distracted when reading your email.

Inspired by a @cgenco tweet: https://twitter.com/cgenco/status/1133045254498734080?s=20                    

Основная информация о расширении

Название Gmail Focus Gmail Focus
ID ibkglcbdiifoobbgjpghnobobbnddojj
Официальный URL https://chromewebstore.google.com/detail/gmail-focus/ibkglcbdiifoobbgjpghnobobbnddojj
Описание Focus on your emails, one at a time
Размер файла 38.75 KB
Количество установок 45
Текущая Версия 0.1.2
Последнее Обновление 2019-06-05
Дата публикации 2019-06-05
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Miguel Piedrafita
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail Focus",
    "version": "0.1.2",
    "description": "Focus on your emails, one at a time",
    "author": "Miguel Piedrafita",
    "homepage_url": "https:\/\/miguelpiedrafita.com",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "styles.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "font\/*.eot",
        "font\/*.woff2",
        "font\/*.woff",
        "font\/*.ttf",
        "font\/*.svg"
    ],
    "icons": {
        "128": "icon.png"
    }
}