Stand Up! Timer
This extension reminds you to take a break from work.
Stand Up! Timerคืออะไร?
Stand Up! Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Erfan Norozi และคุณลักษณะหลักของมันคือ "This extension reminds you to take a break from work."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stand Up! Timer
ดาวน์โหลดไฟล์ส่วนขยาย Stand Up! Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Scientists have found that sitting for long hours can have negative effects on health. To prevent these negative effect it is recommended to stand up every hour. This extension let you setup an interval timer to remind you to stand up. To learn more about this problem read this lifehacker article: http://lifehacker.com/5879536/how-sitting-all-day-is-damaging-your-body-and-how-you-can-counteract-it
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Stand Up! Timer |
ID | aamiggfhbebkpbknadfkelphhmkhmdcf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stand-up-timer/aamiggfhbebkpbknadfkelphhmkhmdcf |
คำอธิบาย | This extension reminds you to take a break from work. |
ขนาดไฟล์ | 103 KB |
จำนวนการติดตั้ง | 4,794 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2015-03-04 |
วันที่เผยแพร่ | 2015-03-03 |
คะแนน | 3.20/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | Erfan Norozi |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stand Up! Timer", "description": "This extension reminds you to take a break from work.", "author": "Erfan Norozi", "version": "1.0.2", "offline_enabled": true, "permissions": [ "notifications", "alarms", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" } }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "web_accessible_resources": [ "notification.png" ] } |