Water Intake
New tab extension to help you track your daily water intake.
What is Water Intake?
Water Intake is a Chrome extension developed by Weave Innovative, and its main feature is "New tab extension to help you track your daily water intake.".
Extension Screenshots
Download Water Intake Extension CRX File
Download Water Intake 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
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.
Extension Basic Information
Name | Water Intake |
ID | bmocbccegppddmhdnoccjlgcnjnjdnoh |
Official URL | https://chromewebstore.google.com/detail/water-intake/bmocbccegppddmhdnoccjlgcnjnjdnoh |
Description | New tab extension to help you track your daily water intake. |
File Size | 55.38 KB |
Installation Count | 53 |
Current Version | 1.5 |
Last Updated | 2023-09-07 |
Publish Date | 2022-09-25 |
Rating | 3.67/5 Total 9 Ratings |
Developer | Weave Innovative |
[email protected] | |
Payment Type | free |
Extension Website | https://weave-innovative.com/water-intake |
Help Page URL | https://weave-innovative.com/contact |
Privacy Policy Page URL | https://weave-innovative.com/privacypolicy |
Supported Languages | 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" } } |