stretch reminder
Stretch Reminder
stretch reminderคืออะไร?
stretch reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย liam.q.ma และคุณลักษณะหลักของมันคือ "Stretch Reminder"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย stretch reminder
ดาวน์โหลดไฟล์ส่วนขยาย stretch reminder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sitting down for long periods of time during a day can lead to a great number of health problems that ultimately shorten your lifespan. This app helps you live longer. Features: • Fully customisable to your working hour. • Set your reminder interval.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | stretch reminder |
ID | hgfehgeccidmnomgijefcdmmkhobjbpp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stretch-reminder/hgfehgeccidmnomgijefcdmmkhobjbpp |
คำอธิบาย | Stretch Reminder |
ขนาดไฟล์ | 359 KB |
จำนวนการติดตั้ง | 1,800 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2016-09-21 |
วันที่เผยแพร่ | 2016-09-21 |
คะแนน | 3.00/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | liam.q.ma |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0", "name": "stretch reminder", "manifest_version": 2, "description": "Stretch Reminder", "browser_action": { "default_title": "Stretch Reminder", "default_popup": "popup.html" }, "icons": { "128": "img\/stretching.png" }, "background": { "page": "background.html" }, "permissions": [ "storage", "alarms", "notifications" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;" } |