Embody

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

Was ist Embody?

Embody ist eine Chrome-Erweiterung, die von Jon Melnick entwickelt wurde, und ihr Hauptmerkmal ist "The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Embody-Erweiterungs-CRX-Datei herunterladen

Laden Sie Embody-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Embody Embody
ID giloohkbdeehhoajekbopfdgmghnmlhh
Offizielle URL https://chromewebstore.google.com/detail/embody/giloohkbdeehhoajekbopfdgmghnmlhh
Beschreibung The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.
Dateigröße 202 KB
Installationsanzahl 77
Aktuelle Version 1.1.1.102
Letztes Update 2016-07-28
Veröffentlichungsdatum 2016-07-27
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler Jon Melnick
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}