Hydrate
A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.
What is Hydrate?
Hydrate is a Chrome extension developed by Sankalp Sharma, and its main feature is "A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.".
Extension Screenshots
Download Hydrate Extension CRX File
Download Hydrate 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
A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home. It can help you if you lose yourself during work or surfing the web and often find yourself in bad posture or dehydrated. Click on the extension icon to toggle on/off. It ain't much but it's honest work. Please do give a try. : )
Extension Basic Information
Name | Hydrate |
ID | mdjehejmpfdnjpncppighcnhajkhheco |
Official URL | https://chromewebstore.google.com/detail/hydrate/mdjehejmpfdnjpncppighcnhajkhheco |
Description | A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home. |
File Size | 33.18 KB |
Installation Count | 41 |
Current Version | 1.1 |
Last Updated | 2021-06-13 |
Publish Date | 2021-05-15 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Sankalp Sharma |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Sankalp7943/hydrate_chrome_extension |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hydrate", "version": "1.1", "manifest_version": 2, "description": "A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Hydrate" }, "background": { "scripts": [ "background.js" ] } } |