Water Walk

A super cool anti-sedentary reminder

什麼是Water Walk?

Water Walk是由Aniket開發的Chrome擴展程式,該擴展的主要功能是“A super cool anti-sedentary reminder”。

擴展截圖

screenshot
screenshot

下載Water Walk擴展crx文件

下載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
官方網址 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"
    }
}