Wash Your Hands Reminder

A simple extension to remind you to wash your hands frequently

Hvad er Wash Your Hands Reminder?

Wash Your Hands Reminder er en Chrome-udvidelse udviklet af Anoop Sethumadhavan, og dens hovedfunktion er "A simple extension to remind you to wash your hands frequently".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Wash Your Hands Reminder-udvidelses-CRX-fil

Download Wash Your Hands Reminder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Wash Your Hands Reminder Wash Your Hands Reminder
ID popfablpcbgifdjpjmeknbkoajjmjbac
Officiel URL https://chromewebstore.google.com/detail/wash-your-hands-reminder/popfablpcbgifdjpjmeknbkoajjmjbac
Beskrivelse A simple extension to remind you to wash your hands frequently
Filstørrelse 47.86 KB
Antal Installationer 98
Nuværende Version 1.1
Senest Opdateret 2020-03-17
Udgivelsesdato 2020-03-16
Bedømmelse 4.75/5 Samlet 4 Bedømmelser
Udvikler Anoop Sethumadhavan
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}