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
Eメール [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"
        ]
    }
}