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คืออะไร?
Stretch And Yoga Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SmallBang และคุณลักษณะหลักของมันคือ "Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stretch And Yoga Reminder
ดาวน์โหลดไฟล์ส่วนขยาย Stretch And Yoga Reminder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Stretch And Yoga Reminder |
ID | lceanggfadpdcancgjiddldaahgnoala |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stretch-and-yoga-reminder/lceanggfadpdcancgjiddldaahgnoala |
คำอธิบาย | Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs |
ขนาดไฟล์ | 2.85 MB |
จำนวนการติดตั้ง | 185 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2019-07-28 |
วันที่เผยแพร่ | 2019-07-27 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | SmallBang |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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\/*" ] } |