Anti-Sedentary Desktop Reminder
This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.
Anti-Sedentary Desktop Reminderคืออะไร?
Anti-Sedentary Desktop Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jin.alex และคุณลักษณะหลักของมันคือ "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anti-Sedentary Desktop Reminder
ดาวน์โหลดไฟล์ส่วนขยาย Anti-Sedentary Desktop Reminder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A learning project.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | occnmkldimeeohichfkokhangifpbdgf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/anti-sedentary-desktop-re/occnmkldimeeohichfkokhangifpbdgf |
คำอธิบาย | This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen. |
ขนาดไฟล์ | 295 KB |
จำนวนการติดตั้ง | 216 |
เวอร์ชันปัจจุบัน | 0.9 |
อัปเดตครั้งล่าสุด | 2017-03-05 |
วันที่เผยแพร่ | 2017-03-05 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | jin.alex |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anti-Sedentary Desktop Reminder", "version": "0.9", "manifest_version": 2, "description": "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.", "browser_action": { "default_icon": "images\/sitting.png", "default_title": "Get Up", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "images\/man41.png" }, "permissions": [ "alarms", "notifications", "storage", "background" ] } |