Embody

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

O que é Embody?

Embody é uma extensão do Chrome desenvolvida por Jon Melnick, e sua principal característica é "The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Embody

Baixe arquivos de extensão Embody no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Embody Embody
ID giloohkbdeehhoajekbopfdgmghnmlhh
URL Oficial https://chromewebstore.google.com/detail/embody/giloohkbdeehhoajekbopfdgmghnmlhh
Descrição The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.
Tamanho do Arquivo 202 KB
Contagem de Instalações 77
Versão Atual 1.1.1.102
Última Atualização 2016-07-28
Data de Publicação 2016-07-27
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor Jon Melnick
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}