EyeCare

This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.

Was ist EyeCare?

EyeCare ist eine Chrome-Erweiterung, die von Akshen Doke entwickelt wurde, und ihr Hauptmerkmal ist "This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.".

Erweiterungsscreenshots

screenshot

EyeCare-Erweiterungs-CRX-Datei herunterladen

Laden Sie EyeCare-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name EyeCare EyeCare
ID pmgplhkchimfpabhikhhibobhhfioknb
Offizielle URL https://chrome.google.com/webstore/detail/eyecare/pmgplhkchimfpabhikhhibobhhfioknb
Beschreibung This extension serves as a reminder to follow the 20-20-20 EyeCare rule to reduce the effects of Computer Vision Syndrome.
Dateigröße 122 KB
Installationsanzahl 145
Aktuelle Version 1.1
Letztes Update 2017-04-23
Veröffentlichungsdatum 2017-04-23
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Akshen Doke
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}