Stay Hydrated

Be reminded to drink water and keep you body hydrated.

Stay Hydratedคืออะไร?

Stay Hydrated เป็นส่วนขยายของ Chrome ที่พัฒนาโดย publisher และคุณลักษณะหลักของมันคือ "Be reminded to drink water and keep you body hydrated."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        An easy way to help you remember to drink more water and stay healthy.

Features:
* set the timer value (between 1 and 60 minutes - preconfigured with 30 minutes)
* configure to show a notification message
* configure to play a notification sound
* configure to restart automatically after timer ends
* configure to start automatically when Chrome is opened
* configure to show the remaining time in the extension's badge

What's new:
1.2.1:
* Added "s" (as seconds) and "m" (as minutes) to the badge
1.2.0:
* Added functionality to restart the timer
* Added functionality to stop the timer
* Added context menu items to restart and stop the timer
1.1.0:
* Added functionality to play a notification sound when the timer ends

Known issues/limitations:
* notifications won't work in Incognito mode

Terms of Use:
All notification sounds by Notification sounds [https://notificationsounds.com/] are licensed under CC BY 4.0 [https://creativecommons.org/licenses/by/4.0/]                    

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

ชื่อ Stay Hydrated Stay Hydrated
ID dhjpbmmabnabnhebjfkfcnnaajdlapal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stay-hydrated/dhjpbmmabnabnhebjfkfcnnaajdlapal
คำอธิบาย Be reminded to drink water and keep you body hydrated.
ขนาดไฟล์ 269 KB
จำนวนการติดตั้ง 520
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2018-04-11
วันที่เผยแพร่ 2018-04-11
คะแนน 4.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา publisher
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stay Hydrated",
    "description": "Be reminded to drink water and keep you body hydrated.",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "version": "1.2.1",
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Stay Hydrated",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}