Hydrator

Allows you to set a reminder to drink water.

Qu'est-ce que Hydrator ?

Hydrator est une extension Chrome développée par Anuj Kadam, et sa fonction principale est "Allows you to set a reminder to drink water.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Hydrator

Téléchargez les fichiers d'extension Hydrator 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

                        Water, the lifeline. It is very necessary to drink water and keep your body hydrated all the time. 
Are you so busy in your work that you forget to drink water?
So leave that job to us. Hydrator(TM) will do such that for you.

Set a time interval and Hydrator(TM) will remind you to drink water.
Cheers..!                    

Informations de Base sur l'Extension

Nom Hydrator Hydrator
ID mfcbcapbdcmddbcdjibbmlifoeaikkmn
URL Officiel https://chromewebstore.google.com/detail/hydrator/mfcbcapbdcmddbcdjibbmlifoeaikkmn
Description Allows you to set a reminder to drink water.
Taille du Fichier 811 KB
Nombre d'Installations 389
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2018-09-29
Date de Publication 2018-09-29
Évaluation 3.00/5 Total 4 Évaluations
Développeur Anuj Kadam
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hydrator",
    "description": "Allows you to set a reminder to drink water.",
    "version": "0.0.0.2",
    "author": "Anuj Kadam",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "reminder.js"
        ],
        "persistent": true
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage"
    ]
}