Wash Your Hands Reminder
A simple extension to remind you to wash your hands frequently
Wat is Wash Your Hands Reminder?
Wash Your Hands Reminder is een Chrome-extensie ontwikkeld door Anoop Sethumadhavan, en de belangrijkste functie is "A simple extension to remind you to wash your hands frequently".
Extensie Screenshots
Download het CRX-bestand van de extensie Wash Your Hands Reminder
Download Wash Your Hands Reminder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | popfablpcbgifdjpjmeknbkoajjmjbac |
Officiële URL | https://chromewebstore.google.com/detail/wash-your-hands-reminder/popfablpcbgifdjpjmeknbkoajjmjbac |
Beschrijving | A simple extension to remind you to wash your hands frequently |
Bestandsgrootte | 47.86 KB |
Aantal Installaties | 98 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-03-17 |
Publicatiedatum | 2020-03-16 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Anoop Sethumadhavan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |