Water Walk

A super cool anti-sedentary reminder

Water Walk là gì?

Water Walk là một tiện ích mở rộng Chrome được phát triển bởi Aniket, và tính năng chính của nó là "A super cool anti-sedentary reminder".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Water Walk

Tải xuống các tệp mở rộng Water Walk dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Water Walk Water Walk
ID dncpilfbhdonaibpnknncbboiodcmlep
URL Chính Thức https://chromewebstore.google.com/detail/water-walk/dncpilfbhdonaibpnknncbboiodcmlep
Mô tả A super cool anti-sedentary reminder
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 547
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-10-12
Ngày Phát Hành 2018-10-11
Đánh Giá 4.10/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Aniket
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}