20 for 20 - Eye healthcare reminder

Reminders to look away from the screen to promote good eye health

Was ist 20 for 20 - Eye healthcare reminder?

20 for 20 - Eye healthcare reminder ist eine Chrome-Erweiterung, die von Jamhead entwickelt wurde, und ihr Hauptmerkmal ist "Reminders to look away from the screen to promote good eye health".

Erweiterungsscreenshots

screenshot

20 for 20 - Eye healthcare reminder-Erweiterungs-CRX-Datei herunterladen

Laden Sie 20 for 20 - Eye healthcare reminder-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

                        Gives you reminders by little beep noises, reminding you to look away from the screen to promote good eye health.

The noise will beep once every 20 minutes, and after 20 seconds will beep 3 times again to signal that you have rested your eyes enough.

It has been advised that you should look at an object (not a screen) which is about 20 feet away for 20 seconds every 20 minutes while working at computer screens. This extension is to help you remember to do that. 

Use the popup icon to turn on/off.                    

Grundlegende Informationen zur Erweiterung

Name 20 for 20 - Eye healthcare reminder 20 for 20 - Eye healthcare reminder
ID hmmoolenpgjpklhfkhomojilkjkjaomn
Offizielle URL https://chromewebstore.google.com/detail/20-for-20-eye-healthcare/hmmoolenpgjpklhfkhomojilkjkjaomn
Beschreibung Reminders to look away from the screen to promote good eye health
Dateigröße 426 KB
Installationsanzahl 114
Aktuelle Version 0.0.1
Letztes Update 2016-12-20
Veröffentlichungsdatum 2016-12-20
Entwickler Jamhead
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "20 for 20 - Eye healthcare reminder",
    "version": "0.0.1",
    "description": "Reminders to look away from the screen to promote good eye health",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/eye-icon128.png",
        "default_title": "20 For 20",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icons\/eye-icon48.png",
        "128": "icons\/eye-icon128.png"
    }
}