Embody

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

Wat is Embody?

Embody is een Chrome-extensie ontwikkeld door Jon Melnick, en de belangrijkste functie is "The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Embody

Download Embody-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Embody Embody
ID giloohkbdeehhoajekbopfdgmghnmlhh
Officiële URL https://chromewebstore.google.com/detail/embody/giloohkbdeehhoajekbopfdgmghnmlhh
Beschrijving The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.
Bestandsgrootte 202 KB
Aantal Installaties 77
Huidige Versie 1.1.1.102
Laatst Bijgewerkt 2016-07-28
Publicatiedatum 2016-07-27
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Jon Melnick
Betalingswijze free
Ondersteunde Talen 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"
    ]
}