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
}