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