Mindful Break

This Chrome extension offers a new mindfulness tip each time it is opened.

Что такое Mindful Break?

Mindful Break - это расширение Chrome, разработанное google.com, и его основная функция - "This Chrome extension offers a new mindfulness tip each time it is opened.".

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

screenshot
screenshot
screenshot

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

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

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

                        Need a break?  The Mindful Break Chrome extension gives you a mindfulness tip and guides you through a short breathing exercise. Set reminders to help you remember.  Go full-screen to help you stay focused.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

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

Название Mindful Break Mindful Break
ID onjcfgnjjbnflacfbnjaapcbiecckilk
Официальный URL https://chrome.google.com/webstore/detail/mindful-break/onjcfgnjjbnflacfbnjaapcbiecckilk
Описание This Chrome extension offers a new mindfulness tip each time it is opened.
Размер файла 88.93 KB
Количество установок 44,780
Текущая Версия 2.0.3
Последнее Обновление 2017-07-18
Дата публикации 2017-07-18
Рейтинг 4.31/5 Всего 134 оценок
Разработчик google.com
URL страницы политики конфиденциальности https://policies.google.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "2.0.3",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "gpause-crop.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "gpause-crop.png"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "offline_enabled": true
}