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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}