Water Intake

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

Qu'est-ce que Water Intake ?

Water Intake est une extension Chrome développée par Weave Innovative, et sa fonction principale est "New tab extension to help you track your daily water intake.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Water Intake

Téléchargez les fichiers d'extension Water Intake au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Water Intake Water Intake
ID bmocbccegppddmhdnoccjlgcnjnjdnoh
URL Officiel https://chromewebstore.google.com/detail/water-intake/bmocbccegppddmhdnoccjlgcnjnjdnoh
Description New tab extension to help you track your daily water intake.
Taille du Fichier 55.38 KB
Nombre d'Installations 53
Version Actuelle 1.5
Dernière Mise à Jour 2023-09-07
Date de Publication 2022-09-25
Évaluation 3.67/5 Total 9 Évaluations
Développeur Weave Innovative
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://weave-innovative.com/water-intake
URL de la Page d'Aide https://weave-innovative.com/contact
URL de la Page de Politique de Confidentialité https://weave-innovative.com/privacypolicy
Langues Prises en Charge 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"
    }
}