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
官方網址 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"
        ]
    }
}