20/20/20 Reminders

Provides unobtrusive reminders to help you follow the 20/20/20 rule.

Was ist 20/20/20 Reminders?

20/20/20 Reminders ist eine Chrome-Erweiterung, die von Wolffsohn Research entwickelt wurde, und ihr Hauptmerkmal ist "Provides unobtrusive reminders to help you follow the 20/20/20 rule.".

Erweiterungsscreenshots

screenshot
screenshot

20/20/20 Reminders-Erweiterungs-CRX-Datei herunterladen

Laden Sie 20/20/20 Reminders-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

                        Help your eyes to relax and combat the symptoms of Computer Vision Syndrome by following the 20/20/20 rule. Every 20 minutes, take a break from your screen for 20 seconds and focus on something 20 feet away.

This lightweight extension will help you to follow the rule by providing a small desktop notification every 20 minutes. You can optionally configure the interval and duration of the break period and play a sound when it starts and finishes.                    

Grundlegende Informationen zur Erweiterung

Name 20/20/20 Reminders 20/20/20 Reminders
ID hdadofjbdnckpfbmddfkgpnpchcfbpki
Offizielle URL https://chromewebstore.google.com/detail/202020-reminders/hdadofjbdnckpfbmddfkgpnpchcfbpki
Beschreibung Provides unobtrusive reminders to help you follow the 20/20/20 rule.
Dateigröße 112 KB
Installationsanzahl 1,000
Aktuelle Version 1.0.1
Letztes Update 2021-07-18
Veröffentlichungsdatum 2021-07-04
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Wolffsohn Research
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.wolffsohnresearch.com/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "20\/20\/20 Reminders",
    "version": "1.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "42",
    "author": "Wolffsohn Research",
    "description": "Provides unobtrusive reminders to help you follow the 20\/20\/20 rule.",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "constants.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ]
}