Wash Your Hands Reminder
A simple extension to remind you to wash your hands frequently
Co to jest Wash Your Hands Reminder?
Wash Your Hands Reminder to rozszerzenie Chrome opracowane przez Anoop Sethumadhavan, a jego główną funkcją jest „A simple extension to remind you to wash your hands frequently”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wash Your Hands Reminder
Pobierz pliki rozszerzeń Wash Your Hands Reminder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | popfablpcbgifdjpjmeknbkoajjmjbac |
Oficjalny URL | https://chromewebstore.google.com/detail/wash-your-hands-reminder/popfablpcbgifdjpjmeknbkoajjmjbac |
Opis | A simple extension to remind you to wash your hands frequently |
Rozmiar pliku | 47.86 KB |
Liczba instalacji | 98 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2020-03-17 |
Data Publikacji | 2020-03-16 |
Ocena | 4.75/5 Łącznie 4 Oceny |
Deweloper | Anoop Sethumadhavan |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |