Mindful Break

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

Mindful Break क्या है?

Mindful Break google.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension offers a new mindfulness tip each time it is opened."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mindful Break एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}