Wash Your Hands Reminder

A simple extension to remind you to wash your hands frequently

Τι είναι το Wash Your Hands Reminder;

Το Wash Your Hands Reminder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Anoop Sethumadhavan, και η κύρια λειτουργία του είναι "A simple extension to remind you to wash your hands frequently".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Wash Your Hands Reminder

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

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

                        Washing hands is one of the best ways to protect yourself and your family from getting sick. This is a simple extension to remind you to wash your hands frequently. The extension sends you timed notifications                    

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

Όνομα Wash Your Hands Reminder Wash Your Hands Reminder
ID popfablpcbgifdjpjmeknbkoajjmjbac
Επίσημο URL https://chromewebstore.google.com/detail/wash-your-hands-reminder/popfablpcbgifdjpjmeknbkoajjmjbac
Περιγραφή A simple extension to remind you to wash your hands frequently
Μέγεθος Αρχείου 47.86 KB
Αριθμός Εγκαταστάσεων 98
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2020-03-17
Ημερομηνία Δημοσίευσης 2020-03-16
Αξιολόγηση 4.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Anoop Sethumadhavan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wash Your Hands Reminder",
    "description": "A simple extension to remind you to wash your hands frequently",
    "version": "1.1",
    "manifest_version": 2,
    "author": "Anoop Sethumadhavan",
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Wash Your Hands",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}