EyeCare
This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.
Co to jest EyeCare?
EyeCare to rozszerzenie Chrome opracowane przez Akshen Doke, a jego główną funkcją jest „This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EyeCare
Pobierz pliki rozszerzeń EyeCare 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
This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome and help it's user give their eyes a break they deserve. - Window closes automatically after 3 seconds.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | pmgplhkchimfpabhikhhibobhhfioknb |
Oficjalny URL | https://chrome.google.com/webstore/detail/eyecare/pmgplhkchimfpabhikhhibobhhfioknb |
Opis | This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome. |
Rozmiar pliku | 122 KB |
Liczba instalacji | 145 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-04-23 |
Data Publikacji | 2017-04-23 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Akshen Doke |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "alarms" ], "manifest_version": 2, "name": "EyeCare", "description": "This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.", "version": "1.1" } |