Water Intake

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

Apa itu Water Intake?

Water Intake adalah ekstensi Chrome yang dikembangkan oleh Weave Innovative, dan fitur utamanya adalah "New tab extension to help you track your daily water intake.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Water Intake

Unduh file ekstensi Water Intake dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Water Intake Water Intake
ID bmocbccegppddmhdnoccjlgcnjnjdnoh
URL Resmi https://chromewebstore.google.com/detail/water-intake/bmocbccegppddmhdnoccjlgcnjnjdnoh
Deskripsi New tab extension to help you track your daily water intake.
Ukuran File 55.38 KB
Jumlah Instalasi 53
Versi Saat Ini 1.5
Terakhir Diperbarui 2023-09-07
Tanggal Publikasi 2022-09-25
Penilaian 3.67/5 Total 9 Penilaian
Pengembang Weave Innovative
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://weave-innovative.com/water-intake
URL Halaman Bantuan https://weave-innovative.com/contact
URL Halaman Kebijakan Privasi https://weave-innovative.com/privacypolicy
Bahasa yang Didukung 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"
    }
}