Embody

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

What is Embody?

Embody is a Chrome extension developed by Jon Melnick, and its main feature is "The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Embody Extension CRX File

Download Embody extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Embody Embody
ID giloohkbdeehhoajekbopfdgmghnmlhh
Official URL https://chromewebstore.google.com/detail/embody/giloohkbdeehhoajekbopfdgmghnmlhh
Description The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.
File Size 202 KB
Installation Count 77
Current Version 1.1.1.102
Last Updated 2016-07-28
Publish Date 2016-07-27
Rating 4.00/5 Total 1 Ratings
Developer Jon Melnick
Payment Type free
Supported Languages 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"
    ]
}