Drink Water Reminder

Drink Water Reminder - This extension will help you to remind drink water in a periodic time interval. Stay Hydrated

Drink Water Reminderคืออะไร?

Drink Water Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย praveenmng และคุณลักษณะหลักของมันคือ "Drink Water Reminder - This extension will help you to remind drink water in a periodic time interval. Stay Hydrated"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drink Water Reminder

ดาวน์โหลดไฟล์ส่วนขยาย Drink Water Reminder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Drink Water - Staying hydrated is an essential part of maintaining good health. This simple extension will help to remind drink water periodically. This extension have option to set a time interval to show the notification.

 Water is the essence of life and we all need it to live. Campaigns to educate people on the importance of drinking water and staying hydration are important, especially during the hot summer months

This Extension will show you to remind drink water notification periodically for the given interval time. Stay hydrated.                    

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

ชื่อ Drink Water Reminder Drink Water Reminder
ID agpjdannnbimjhjelbehcmalbaeambcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/drink-water-reminder/agpjdannnbimjhjelbehcmalbaeambcd
คำอธิบาย Drink Water Reminder - This extension will help you to remind drink water in a periodic time interval. Stay Hydrated
ขนาดไฟล์ 156 KB
จำนวนการติดตั้ง 2,049
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-02-17
วันที่เผยแพร่ 2021-02-14
คะแนน 3.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา praveenmng
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drink Water Reminder",
    "description": "Drink Water Reminder - This extension will help you to remind drink water in a periodic time interval. Stay Hydrated",
    "version": "1.1",
    "icons": {
        "128": "\/icons\/128.png",
        "48": "\/icons\/48.png",
        "32": "\/icons\/32.png",
        "16": "\/icons\/16.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ]
}