Water Reminder

Choose to have an audio, visual, or audio and visual reminder to take a drink, along with a wide audio selection.

What is Water Reminder?

Water Reminder is a Chrome extension developed by Dylan B., and its main feature is "Choose to have an audio, visual, or audio and visual reminder to take a drink, along with a wide audio selection.".

Extension Screenshots

screenshot

Download Water Reminder Extension CRX File

Download Water Reminder 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

                        Get reminders to stay hydrated through your Chrome web browser. Customization options include setting reminder frequency, reminder type including audio, visual, or both, as well as audio reminder sound.  Customizations are saved for convenience as well as being synced across multiple browser instances.

Now includes the ability to keep notifications until they are acknowledged, notifications also no longer stack.                    

Extension Basic Information

Name Water Reminder Water Reminder
ID kbcogmlnjaoecibenadekhkeelgdpmnb
Official URL https://chromewebstore.google.com/detail/water-reminder/kbcogmlnjaoecibenadekhkeelgdpmnb
Description Choose to have an audio, visual, or audio and visual reminder to take a drink, along with a wide audio selection.
File Size 998 KB
Installation Count 29,679
Current Version 1.1
Last Updated 2016-06-28
Publish Date 2016-06-27
Rating 4.46/5 Total 63 Ratings
Developer Dylan B.
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Water Reminder",
    "description": "Choose to have an audio, visual, or audio and visual reminder to take a drink, along with a wide audio selection.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "GTW.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications"
    ]
}