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
官方URL 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"
    }
}