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

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

                        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"
    ]
}