Embody

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

Cos'è Embody?

Embody è un'estensione di Chrome sviluppata da Jon Melnick, e la sua funzione principale è "The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Embody

Scarica i file di estensione Embody in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Embody Embody
ID giloohkbdeehhoajekbopfdgmghnmlhh
URL Ufficiale https://chromewebstore.google.com/detail/embody/giloohkbdeehhoajekbopfdgmghnmlhh
Descrizione The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.
Dimensione del File 202 KB
Conteggio Installazioni 77
Versione Corrente 1.1.1.102
Ultimo Aggiornamento 2016-07-28
Data di Pubblicazione 2016-07-27
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore Jon Melnick
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}