Embody

The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.

Embodyคืออะไร?

Embody เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jon Melnick และคุณลักษณะหลักของมันคือ "The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Embody

ดาวน์โหลดไฟล์ส่วนขยาย Embody ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Embody Extension encourages mindful tech use by reminding users to take short breaks during prolonged computer use, at intervals of their choosing. Embody breaks include stretching, walking, and a three minute silent meditation to reconnect to oneself through increased awareness of one's body and the present moment.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Embody Embody
ID giloohkbdeehhoajekbopfdgmghnmlhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/embody/giloohkbdeehhoajekbopfdgmghnmlhh
คำอธิบาย The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.
ขนาดไฟล์ 202 KB
จำนวนการติดตั้ง 77
เวอร์ชันปัจจุบัน 1.1.1.102
อัปเดตครั้งล่าสุด 2016-07-28
วันที่เผยแพร่ 2016-07-27
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Jon Melnick
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Embody",
    "version": "1.1.1.102",
    "manifest_version": 2,
    "description": "The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "offline_enabled": true,
    "permissions": [
        "notifications"
    ]
}