Wash Your Hands Reminder
A simple extension to remind you to wash your hands frequently
Qu'est-ce que Wash Your Hands Reminder ?
Wash Your Hands Reminder est une extension Chrome développée par Anoop Sethumadhavan, et sa fonction principale est "A simple extension to remind you to wash your hands frequently".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wash Your Hands Reminder
Téléchargez les fichiers d'extension Wash Your Hands Reminder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | popfablpcbgifdjpjmeknbkoajjmjbac |
URL Officiel | https://chromewebstore.google.com/detail/wash-your-hands-reminder/popfablpcbgifdjpjmeknbkoajjmjbac |
Description | A simple extension to remind you to wash your hands frequently |
Taille du Fichier | 47.86 KB |
Nombre d'Installations | 98 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-03-17 |
Date de Publication | 2020-03-16 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | Anoop Sethumadhavan |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |