Wash Your Hands Reminder

A simple extension to remind you to wash your hands frequently

Was ist Wash Your Hands Reminder?

Wash Your Hands Reminder ist eine Chrome-Erweiterung, die von Anoop Sethumadhavan entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension to remind you to wash your hands frequently".

Erweiterungsscreenshots

screenshot
screenshot

Wash Your Hands Reminder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wash Your Hands 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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Wash Your Hands Reminder Wash Your Hands Reminder
ID popfablpcbgifdjpjmeknbkoajjmjbac
Offizielle URL https://chromewebstore.google.com/detail/wash-your-hands-reminder/popfablpcbgifdjpjmeknbkoajjmjbac
Beschreibung A simple extension to remind you to wash your hands frequently
Dateigröße 47.86 KB
Installationsanzahl 98
Aktuelle Version 1.1
Letztes Update 2020-03-17
Veröffentlichungsdatum 2020-03-16
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler Anoop Sethumadhavan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}