Water Intake

New tab extension to help you track your daily water intake.

什麼是Water Intake?

Water Intake是由Weave Innovative開發的Chrome擴展程式,該擴展的主要功能是“New tab extension to help you track your daily water intake.”。

擴展截圖

screenshot

下載Water Intake擴展crx文件

下載Water Intake擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        TRACK YOUR DAILY WATER INTAKE 
Enhance your health with any new tab by keeping track of your daily water intake.
When opening a new tab, the number of glasses you have drunk today will appear below. You can add more glasses as you go through your day.

The new tab embeds a search bar. Search features are provided by Microsoft Bing. No changes to your browser default search settings will be made.

By installing Water Intake extension, you agree to the End User License Agreement and the Privacy Policy elaborated on Water Intake’s website:
Terms of service: https://weave-innovative.com/terms-of-service
Privacy Policy: https://weave-innovative.com/privacypolicy

All images on the website and extension are royalty free.                    

擴展基本資訊

名稱 Water Intake Water Intake
ID bmocbccegppddmhdnoccjlgcnjnjdnoh
官方網址 https://chromewebstore.google.com/detail/water-intake/bmocbccegppddmhdnoccjlgcnjnjdnoh
簡介 New tab extension to help you track your daily water intake.
檔案大小 55.38 KB
安裝次數 53
目前版本 1.5
更新時間 2023-09-07
上架時間 2022-09-25
評分 3.67/5 共 9 次評分
開發者 Weave Innovative
電子郵箱 [email protected]
付費類型 free
擴展官網 https://weave-innovative.com/water-intake
說明頁面URL https://weave-innovative.com/contact
隱私政策頁面URL https://weave-innovative.com/privacypolicy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Water Intake",
    "description": "New tab extension to help you track your daily water intake.",
    "version": "1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_popup": "",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}