Stretch Reminder
Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.
Stretch Reminder là gì?
Stretch Reminder là một tiện ích mở rộng Chrome được phát triển bởi Grace Guan, và tính năng chính của nó là "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stretch Reminder
Tải xuống các tệp mở rộng Stretch 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
Stretch Reminder reminds you to stretch every 30, 60, or 120 minutes with upper, lower, or full body, office-friendly exercises. Sitting all day at work? Stretch Reminder will give you stretches that you can do comfortably and quickly at your workplace. In pain or looking for more exercises? Schedule a consultation with one of our physical therapists at http://physera.com/direct.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mompfanjjmgmhfghbfjdkaebobndblmd |
URL Chính Thức | https://chromewebstore.google.com/detail/stretch-reminder/mompfanjjmgmhfghbfjdkaebobndblmd |
Mô tả | Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches. |
Kích Thước Tệp | 2.24 MB |
Số Lần Cài Đặt | 1,251 |
Phiên Bản Hiện Tại | 0.4.0 |
Cập Nhật Lần Cuối | 2020-04-13 |
Ngày Phát Hành | 2020-04-08 |
Đánh Giá | 4.36/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | Grace Guan |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://guanzgrace.github.io/stretch |
URL Trang Trợ Giúp | http://guanzgrace.github.io/stretch |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stretch Reminder", "version": "0.4.0", "description": "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.", "icons": { "16": "logo\/Logo_physera_16.png", "48": "logo\/Logo_physera_48.png", "128": "logo\/Logo_physera_128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "homepage_url": "https:\/\/guanzgrace.github.io\/stretch\/", "short_name": "Stretch", "permissions": [ "tabs", "storage", "alarms", "https:\/\/physera.com\/" ], "browser_action": { "default_title": "Stretch Reminder", "default_popup": "popup.html" } } |