Embody

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

Co to jest Embody?

Embody to rozszerzenie Chrome opracowane przez Jon Melnick, a jego główną funkcją jest „The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Embody

Pobierz pliki rozszerzeń Embody w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Embody Embody
ID giloohkbdeehhoajekbopfdgmghnmlhh
Oficjalny URL https://chromewebstore.google.com/detail/embody/giloohkbdeehhoajekbopfdgmghnmlhh
Opis The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.
Rozmiar pliku 202 KB
Liczba instalacji 77
Aktualna Wersja 1.1.1.102
Ostatnia Aktualizacja 2016-07-28
Data Publikacji 2016-07-27
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper Jon Melnick
Typ Płatności free
Obsługiwane Języki 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"
    ]
}