Embody

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

Embody là gì?

Embody là một tiện ích mở rộng Chrome được phát triển bởi Jon Melnick, và tính năng chính của nó là "The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Embody

Tải xuống các tệp mở rộng Embody dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Embody Embody
ID giloohkbdeehhoajekbopfdgmghnmlhh
URL Chính Thức https://chromewebstore.google.com/detail/embody/giloohkbdeehhoajekbopfdgmghnmlhh
Mô tả The Embody extension encourages mindful tech use via break reminders to stretch, walk, and reconnect to oneself through meditation.
Kích Thước Tệp 202 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.1.1.102
Cập Nhật Lần Cuối 2016-07-28
Ngày Phát Hành 2016-07-27
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jon Melnick
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}