Eye Watch
A reminder telling you that you should look away from your laptop for a moment
Co to jest Eye Watch?
Eye Watch to rozszerzenie Chrome opracowane przez Tapasya Velmurugan, a jego główną funkcją jest „A reminder telling you that you should look away from your laptop for a moment”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Eye Watch
Pobierz pliki rozszerzeń Eye Watch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jleofoipkhnobeccjpocgmbbehioioka |
| Oficjalny URL | https://chromewebstore.google.com/detail/eye-watch/jleofoipkhnobeccjpocgmbbehioioka |
| Opis | A reminder telling you that you should look away from your laptop for a moment |
| Rozmiar pliku | 64.14 KB |
| Liczba instalacji | 26 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2020-10-13 |
| Data Publikacji | 2020-10-04 |
| Ocena | 5.00/5 Łącznie 5 Oceny |
| Deweloper | Tapasya Velmurugan |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |