Embody

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

Embody क्या है?

Embody 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Embody एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}