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文件

下載Embody擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}