Hydrator

Allows you to set a reminder to drink water.

What is Hydrator?

Hydrator is a Chrome extension developed by Anuj Kadam, and its main feature is "Allows you to set a reminder to drink water.".

Extension Screenshots

screenshot
screenshot

Download Hydrator Extension CRX File

Download Hydrator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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..!                    

Extension Basic Information

Name Hydrator Hydrator
ID mfcbcapbdcmddbcdjibbmlifoeaikkmn
Official URL https://chromewebstore.google.com/detail/hydrator/mfcbcapbdcmddbcdjibbmlifoeaikkmn
Description Allows you to set a reminder to drink water.
File Size 811 KB
Installation Count 389
Current Version 0.0.0.2
Last Updated 2018-09-29
Publish Date 2018-09-29
Rating 3.00/5 Total 4 Ratings
Developer Anuj Kadam
Payment Type free
Supported Languages 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"
    ]
}