Wash Your Hands Reminder
A simple extension to remind you to wash your hands frequently
Что такое Wash Your Hands Reminder?
Wash Your Hands Reminder - это расширение Chrome, разработанное Anoop Sethumadhavan, и его основная функция - "A simple extension to remind you to wash your hands frequently".
Снимки экрана расширения
Скачать файл CRX расширения Wash Your Hands Reminder
Скачайте файлы расширений Wash Your Hands Reminder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
ID | popfablpcbgifdjpjmeknbkoajjmjbac |
Официальный URL | https://chromewebstore.google.com/detail/wash-your-hands-reminder/popfablpcbgifdjpjmeknbkoajjmjbac |
Описание | A simple extension to remind you to wash your hands frequently |
Размер файла | 47.86 KB |
Количество установок | 98 |
Текущая Версия | 1.1 |
Последнее Обновление | 2020-03-17 |
Дата публикации | 2020-03-16 |
Рейтинг | 4.75/5 Всего 4 оценок |
Разработчик | Anoop Sethumadhavan |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |