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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wash Your Hands Reminder Wash Your Hands Reminder
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"
    }
}