Embody

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

Embody란 무엇입니까?

Embody은(는) Jon Melnick에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Embody 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Embody Embody
ID giloohkbdeehhoajekbopfdgmghnmlhh
공식 URL https://chromewebstore.google.com/detail/embody/giloohkbdeehhoajekbopfdgmghnmlhh
설명 The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.
파일 크기 202 KB
설치 횟수 77
현재 버전 1.1.1.102
최근 업데이트 2016-07-28
출시 날짜 2016-07-27
평점 4.00/5 총 1 개의 평점
개발자 Jon Melnick
결제 유형 free
지원되는 언어 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"
    ]
}