Wash Your Hands Reminder
A simple extension to remind you to wash your hands frequently
Apa itu Wash Your Hands Reminder?
Wash Your Hands Reminder adalah ekstensi Chrome yang dikembangkan oleh Anoop Sethumadhavan, dan fitur utamanya adalah "A simple extension to remind you to wash your hands frequently".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Wash Your Hands Reminder
Unduh file ekstensi Wash Your Hands Reminder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | popfablpcbgifdjpjmeknbkoajjmjbac |
URL Resmi | https://chromewebstore.google.com/detail/wash-your-hands-reminder/popfablpcbgifdjpjmeknbkoajjmjbac |
Deskripsi | A simple extension to remind you to wash your hands frequently |
Ukuran File | 47.86 KB |
Jumlah Instalasi | 98 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2020-03-17 |
Tanggal Publikasi | 2020-03-16 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | Anoop Sethumadhavan |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |