Wash Your Hands Reminder
A simple extension to remind you to wash your hands frequently
Cos'è Wash Your Hands Reminder?
Wash Your Hands Reminder è un'estensione di Chrome sviluppata da Anoop Sethumadhavan, e la sua funzione principale è "A simple extension to remind you to wash your hands frequently".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wash Your Hands Reminder
Scarica i file di estensione Wash Your Hands Reminder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | popfablpcbgifdjpjmeknbkoajjmjbac |
URL Ufficiale | https://chromewebstore.google.com/detail/wash-your-hands-reminder/popfablpcbgifdjpjmeknbkoajjmjbac |
Descrizione | A simple extension to remind you to wash your hands frequently |
Dimensione del File | 47.86 KB |
Conteggio Installazioni | 98 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2020-03-17 |
Data di Pubblicazione | 2020-03-16 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | Anoop Sethumadhavan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |