Water Reminder
A Water Reminder and Tracking Extension which shows desktop notifications.
What is Water Reminder?
Water Reminder is a Chrome extension developed by Divin Divakaran, and its main feature is "A Water Reminder and Tracking Extension which shows desktop notifications.".
Extension Screenshots
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
This is a simple and light weight extension for tracking water intake daily. The app will give you notifications on desired time intervals. You can change the notification message, notification interval, notification sound etc.
Extension Basic Information
Name | Water Reminder |
ID | hgipnfbocicekiedonjljfceicobdfgo |
Official URL | https://chromewebstore.google.com/detail/water-reminder/hgipnfbocicekiedonjljfceicobdfgo |
Description | A Water Reminder and Tracking Extension which shows desktop notifications. |
File Size | 1.17 MB |
Installation Count | 2,061 |
Current Version | 1.2 |
Last Updated | 2018-04-19 |
Publish Date | 2018-04-19 |
Rating | 3.57/5 Total 14 Ratings |
Developer | Divin Divakaran |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/divindvm/WaterReminder-ChromeExtension |
Help Page URL | https://github.com/divindvm/WaterReminder-ChromeExtension |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Water Reminder", "version": "1.2", "author": "Divin Divakaran", "homepage_url": "https:\/\/github.com\/divindvm\/WaterReminder-ChromeExtension", "description": "A Water Reminder and Tracking Extension which shows desktop notifications.", "icons": { "48": "icon.png" }, "permissions": [ "storage", "notifications", "contextMenus" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "notification_options.html", "background": { "scripts": [ "notification_background.js", "eventPage.js" ], "persistent": false }, "web_accessible_resources": [ "icon.png" ] } |