Embody

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

¿Qué es Embody?

Embody es una extensión de Chrome desarrollada por Jon Melnick, y su función principal es "The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Embody

Descarga archivos de extensión Embody en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Embody Embody
ID giloohkbdeehhoajekbopfdgmghnmlhh
URL Oficial https://chromewebstore.google.com/detail/embody/giloohkbdeehhoajekbopfdgmghnmlhh
Descripción The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.
Tamaño del Archivo 202 KB
Cantidad de Instalaciones 77
Versión Actual 1.1.1.102
Última Actualización 2016-07-28
Fecha de Publicación 2016-07-27
Calificación 4.00/5 Total de 1 Calificaciones
Desarrollador Jon Melnick
Tipo de Pago free
Idiomas Soportados 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"
    ]
}