Stretch And Yoga Reminder

Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs

Stretch And Yoga Reminder là gì?

Stretch And Yoga Reminder là một tiện ích mở rộng Chrome được phát triển bởi SmallBang, và tính năng chính của nó là "Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Stretch And Yoga Reminder 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

                        Get reminders in notifications with guiding images to stretch while you working long hours in office and in front of PCs. Works even when browser is closed.

 - Displays the stretch/yoga guide and beautiful nature images on the notification. Mac gets only basic notification due to limitations. But image can be opened separately.
 - Rings the bell and you have option to turn off the sound 
 - Control the interval time and start time from the extension popup.                    

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

Tên Stretch And Yoga Reminder Stretch And Yoga Reminder
ID lceanggfadpdcancgjiddldaahgnoala
URL Chính Thức https://chromewebstore.google.com/detail/stretch-and-yoga-reminder/lceanggfadpdcancgjiddldaahgnoala
Mô tả Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs
Kích Thước Tệp 2.85 MB
Số Lần Cài Đặt 185
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-07-28
Ngày Phát Hành 2019-07-27
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển SmallBang
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stretch And Yoga Reminder",
    "short_name": "SAYR",
    "version": "0.0.1",
    "description": "Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs",
    "permissions": [
        "notifications",
        "background",
        "alarms"
    ],
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*"
    ]
}