Eye Care Notification

Reminds you to look away from your screen every 20min (customizable).

Τι είναι το Eye Care Notification;

Το Eye Care Notification είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jacob "kurtextrem" Groß, και η κύρια λειτουργία του είναι "Reminds you to look away from your screen every 20min (customizable).".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Eye Care Notification

Λήψη αρχείων επέκτασης Eye Care Notification σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Eye health is important, but most of us neglect it during work or generally when sitting on a PC.

This extension aims to help you through:
 - reminding you to take a break
 - providing a green screen to relax


The notification interval is configurable. I would advice to let it stay at 20 minutes, as per 20/20/20 rule (Google it).

-----
What does this extension do better than others?
This extension was created with performance in mind, so there is no unnecessary CPU usage in the background!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Eye Care Notification Eye Care Notification
ID abcpljfhdegieapcboeabpmfhmdhbooa
Επίσημο URL https://chromewebstore.google.com/detail/eye-care-notification/abcpljfhdegieapcboeabpmfhmdhbooa
Περιγραφή Reminds you to look away from your screen every 20min (customizable).
Μέγεθος Αρχείου 40.94 KB
Αριθμός Εγκαταστάσεων 1,105
Τρέχουσα Έκδοση 1.3.0
Τελευταία Ενημέρωση 2023-12-03
Ημερομηνία Δημοσίευσης 2019-09-20
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Jacob "kurtextrem" Groß
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/kurtextrem/Eye-Care-Chrome
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/kurtextrem/Eye-Care-Chrome/issues
URL της Σελίδας Πολιτικής Απορρήτου https://www.kurtextrem.de/chrome/PRIVACY.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eye Care Notification",
    "version": "1.3.0",
    "manifest_version": 3,
    "description": "Reminds you to look away from your screen every 20min (customizable).",
    "icons": {
        "128": "eye-icon.png",
        "16": "eye-icon.png",
        "48": "eye-icon.png"
    },
    "author": "Jacob \u201ekurtextrem\" Gro\u00df",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "eye-icon.png",
        "default_popup": "options.html"
    },
    "minimum_chrome_version": "108",
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "offscreen"
    ]
}