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