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
Eメール [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"
    }
}