Eye Watch
A reminder telling you that you should look away from your laptop for a moment
Eye Watchคืออะไร?
Eye Watch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tapasya Velmurugan และคุณลักษณะหลักของมันคือ "A reminder telling you that you should look away from your laptop for a moment"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eye Watch
ดาวน์โหลดไฟล์ส่วนขยาย Eye Watch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Due to COVID-19 situation, most schools are forced to go virtual, including my high school. This forces everyone to spend more time on a screen than normal. Over the last few weeks of school, me and my friends noticed that our eyes hurt during zoom calls. Because of this, I have created a chrome extension for not just me, but for all students to use as a reminder to look away from their screen for few seconds to reduce eye strain. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jleofoipkhnobeccjpocgmbbehioioka |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/eye-watch/jleofoipkhnobeccjpocgmbbehioioka |
| คำอธิบาย | A reminder telling you that you should look away from your laptop for a moment |
| ขนาดไฟล์ | 64.14 KB |
| จำนวนการติดตั้ง | 26 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2020-10-13 |
| วันที่เผยแพร่ | 2020-10-04 |
| คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
| ผู้พัฒนา | Tapasya Velmurugan |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Eye Watch",
"description": "A reminder telling you that you should look away from your laptop for a moment",
"version": "1.1",
"manifest_version": 2,
"permissions": [
"alarms",
"notifications",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Eye Watch",
"default_popup": "popup.html"
},
"icons": {
"16": "eyeS.png",
"32": "eyeS.png",
"48": "eyeS.png",
"128": "eyeS.png"
}
} | |