Hydrate

A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.

什么是Hydrate?

Hydrate是由Sankalp Sharma开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.”。

扩展截图

screenshot

下载Hydrate扩展crx文件

下载Hydrate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.  : )                    

扩展基本信息

名称 Hydrate Hydrate
ID mdjehejmpfdnjpncppighcnhajkhheco
官方URL https://chromewebstore.google.com/detail/hydrate/mdjehejmpfdnjpncppighcnhajkhheco
简介 A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.
文件大小 33.18 KB
安装次数 41
当前版本 1.1
更新时间 2021-06-13
上架时间 2021-05-15
评分 5.00/5 共4次评分
开发者 Sankalp Sharma
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Sankalp7943/hydrate_chrome_extension
支持的语言 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"
        ]
    }
}