Hydrate yourself

It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.

Hydrate yourselfคืออะไร?

Hydrate yourself เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeroen Peters และคุณลักษณะหลักของมันคือ "It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind."

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

screenshot
screenshot

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

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

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

                        This tool helps you to take a few glasses of water during the day"                    

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

ชื่อ Hydrate yourself Hydrate yourself
ID nmccnjbglgkjdhkabajmahgleboedloo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hydrate-yourself/nmccnjbglgkjdhkabajmahgleboedloo
คำอธิบาย It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.
ขนาดไฟล์ 31.52 KB
จำนวนการติดตั้ง 138
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-06-02
วันที่เผยแพร่ 2020-06-02
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Jeroen Peters
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "water-16.png",
        "48": "water-48.png",
        "128": "water-128.png"
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": "glass3.png",
        "default_popup": "refill_button.html"
    },
    "background": {
        "scripts": [
            "js\/counter.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "coffeecup128.png",
        "cup15.png"
    ],
    "options_page": "options\/index.html",
    "default_locale": "en"
}