Wash Your Hands Reminder

A simple extension to remind you to wash your hands frequently

Co je Wash Your Hands Reminder?

Wash Your Hands Reminder je rozšíření Chrome vyvinuté Anoop Sethumadhavan, a jeho hlavní funkcí je „A simple extension to remind you to wash your hands frequently“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Wash Your Hands Reminder

Stáhněte si soubory rozšíření Wash Your Hands Reminder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Wash Your Hands Reminder Wash Your Hands Reminder
ID popfablpcbgifdjpjmeknbkoajjmjbac
Oficiální URL https://chromewebstore.google.com/detail/wash-your-hands-reminder/popfablpcbgifdjpjmeknbkoajjmjbac
Popis A simple extension to remind you to wash your hands frequently
Velikost souboru 47.86 KB
Počet instalací 98
Aktuální Verze 1.1
Poslední Aktualizace 2020-03-17
Datum Vydání 2020-03-16
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář Anoop Sethumadhavan
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}