Water Reminder

Choose to have an audio, visual, or audio and visual reminder to take a drink, along with a wide audio selection.

Water Reminderคืออะไร?

Water Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dylan B. และคุณลักษณะหลักของมันคือ "Choose to have an audio, visual, or audio and visual reminder to take a drink, along with a wide audio selection."

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

screenshot

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

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

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

                        Get reminders to stay hydrated through your Chrome web browser. Customization options include setting reminder frequency, reminder type including audio, visual, or both, as well as audio reminder sound.  Customizations are saved for convenience as well as being synced across multiple browser instances.

Now includes the ability to keep notifications until they are acknowledged, notifications also no longer stack.                    

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

ชื่อ Water Reminder Water Reminder
ID kbcogmlnjaoecibenadekhkeelgdpmnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/water-reminder/kbcogmlnjaoecibenadekhkeelgdpmnb
คำอธิบาย Choose to have an audio, visual, or audio and visual reminder to take a drink, along with a wide audio selection.
ขนาดไฟล์ 998 KB
จำนวนการติดตั้ง 29,679
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-06-28
วันที่เผยแพร่ 2016-06-27
คะแนน 4.46/5 รวมทั้งหมด 63 คะแนน
ผู้พัฒนา Dylan B.
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Water Reminder",
    "description": "Choose to have an audio, visual, or audio and visual reminder to take a drink, along with a wide audio selection.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "GTW.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications"
    ]
}