Aleye
Provides occasional and non-intrusive notifications reminders to take screen breaks and prevent eye strain.
Aleyeคืออะไร?
Aleye เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mihir Parekh และคุณลักษณะหลักของมันคือ "Provides occasional and non-intrusive notifications reminders to take screen breaks and prevent eye strain."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aleye
ดาวน์โหลดไฟล์ส่วนขยาย Aleye ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Staring at a screen for too long is like holding a heavy box - your eye muscles get tired. Resting your eyes regularly can help avoid headaches, irritated eyes and neck pain. Health experts recommend the 20-20-20 rule: every 20 minutes, look 20 feet away for 20 seconds. Aleye is a reminder tool with customizable options and mini-mindfulness exercises to help you get the most out of your workday. Features: - Set the time between reminders - 20/30/40/50/60 minutes - Set mindfulness and stretching exercises notifications - Set a count to tell you when the 20 second break is over - Set an audio ping alongside the notification About: - Product Lead & Developer: Mihir Parekh (https://www.linkedin.com/in/mdparekh/) - Product Designer: Alex Thompson (https://www.linkedin.com/in/aethompsondesign/) - Inspiration for stretching exercises: Hot Yoga Nottingham (https://www.youtube.com/channel/UCyB57n96sMDk27r-ZQm883w) - Sound notification from: https://github.com/kurtextrem/Eye-Care-Chrome - Development inspiration from: https://github.com/redjanym/EyeCare, https://github.com/kurtextrem/Eye-Care-Chrome - If you want to report any bugs or have any ideas for new features, please email me: [email protected] Updates: - 0.0.0.7 - Additional notification messages - Eye yoga introduced (https://yogainternational.com/article/view/4-yoga-exercises-for-eye-strain) - 0.0.0.5/6: Minor bug fixes - 0.0.0.4: Prevents sending notifications once the screen is locked and reduced the volume of the notification sound - 0.0.0.3: Minor bug fixes - 0.0.0.2: Minor grammatical changes
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Aleye |
ID | kfecdommldaijnlifjpcgadeolaimhob |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aleye/kfecdommldaijnlifjpcgadeolaimhob |
คำอธิบาย | Provides occasional and non-intrusive notifications reminders to take screen breaks and prevent eye strain. |
ขนาดไฟล์ | 50.66 KB |
จำนวนการติดตั้ง | 147 |
เวอร์ชันปัจจุบัน | 0.0.0.7 |
อัปเดตครั้งล่าสุด | 2020-05-16 |
วันที่เผยแพร่ | 2020-05-15 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Mihir Parekh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Aleye", "version": "0.0.0.7", "description": "Provides occasional and non-intrusive notifications reminders to take screen breaks and prevent eye strain.", "icons": { "16": "assets\/logo\/logo_16.png", "48": "assets\/logo\/logo_48.png", "128": "assets\/logo\/logo_128.png" }, "permissions": [ "notifications", "alarms", "idle" ], "browser_action": { "default_icon": "assets\/logo\/logo_128.png", "default_popup": "sourcecode\/popup.html" }, "background": { "scripts": [ "sourcecode\/background.js", "sourcecode\/setup.js" ], "persistent": true }, "web_accessible_resources": [ "assets\/intro.png", "assets\/icon_large\/message.png", "assets\/icon_large\/sound.png", "assets\/icon_large\/timer.png", "assets\/icon\/work.png", "ding.ogg" ] } |