Water Walk

A super cool anti-sedentary reminder

Water Walkคืออะไร?

Water Walk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aniket และคุณลักษณะหลักของมันคือ "A super cool anti-sedentary reminder"

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

screenshot
screenshot

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

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

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

                        Researchers have found that been seated for long hours can have adverse effects on our health. It is highly advised that you take a break at regular intervals in a day and do some physical activities like walking, stretching or having a glass of water.

This extension will remind you every 15, 30 or 60 minutes, as per your set timer choice, with desktop notification to take a break.

You can learn more about effects of a Sedentary Lifestyle here in this article:
https://www.practo.com/healthfeed/effects-of-a-sedentary-lifestyle-29277/post                    

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

ชื่อ Water Walk Water Walk
ID dncpilfbhdonaibpnknncbboiodcmlep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/water-walk/dncpilfbhdonaibpnknncbboiodcmlep
คำอธิบาย A super cool anti-sedentary reminder
ขนาดไฟล์ 118 KB
จำนวนการติดตั้ง 547
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-10-12
วันที่เผยแพร่ 2018-10-11
คะแนน 4.10/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Aniket
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Water Walk",
    "description": "A super cool anti-sedentary reminder",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Water Walk",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}