Mindful Break

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

What is Mindful Break?

Mindful Break is a Chrome extension developed by google.com, and its main feature is "This Chrome extension offers a new mindfulness tip each time it is opened.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Mindful Break Extension CRX File

Download Mindful Break extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/.                    

Extension Basic Information

Name Mindful Break Mindful Break
ID onjcfgnjjbnflacfbnjaapcbiecckilk
Official URL https://chrome.google.com/webstore/detail/mindful-break/onjcfgnjjbnflacfbnjaapcbiecckilk
Description This Chrome extension offers a new mindfulness tip each time it is opened.
File Size 88.93 KB
Installation Count 44,780
Current Version 2.0.3
Last Updated 2017-07-18
Publish Date 2017-07-18
Rating 4.31/5 Total 134 Ratings
Developer google.com
Privacy Policy Page URL https://policies.google.com/privacy
Supported Languages 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
}