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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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
}