Eye Watch
A reminder telling you that you should look away from your laptop for a moment
Wat is Eye Watch?
Eye Watch is een Chrome-extensie ontwikkeld door Tapasya Velmurugan, en de belangrijkste functie is "A reminder telling you that you should look away from your laptop for a moment".
Extensie Screenshots
Download het CRX-bestand van de extensie Eye Watch
Download Eye Watch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | jleofoipkhnobeccjpocgmbbehioioka |
| Officiële URL | https://chromewebstore.google.com/detail/eye-watch/jleofoipkhnobeccjpocgmbbehioioka |
| Beschrijving | A reminder telling you that you should look away from your laptop for a moment |
| Bestandsgrootte | 64.14 KB |
| Aantal Installaties | 26 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2020-10-13 |
| Publicatiedatum | 2020-10-04 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Tapasya Velmurugan |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |