MicroBreak
Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.
MicroBreakคืออะไร?
MicroBreak เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://seankim.tech และคุณลักษณะหลักของมันคือ "Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MicroBreak
ดาวน์โหลดไฟล์ส่วนขยาย MicroBreak ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for excessively long periods of time is a risk factor for early death.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MicroBreak |
ID | ggnhlgpbddbpcgpcngkjapocmiljpblp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/microbreak/ggnhlgpbddbpcgpcngkjapocmiljpblp |
คำอธิบาย | Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death. |
ขนาดไฟล์ | 11.49 KB |
จำนวนการติดตั้ง | 90 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-02-23 |
วันที่เผยแพร่ | 2018-02-22 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://seankim.tech |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MicroBreak", "description": "Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.", "version": "1.0", "manifest_version": 2, "permissions": [ "notifications" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "48.png" ] } |