Stay Hydrated

Be reminded to drink water and keep you body hydrated.

Stay Hydrated란 무엇입니까?

Stay Hydrated은(는) publisher에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Be reminded to drink water and keep you body hydrated."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Stay Hydrated 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An easy way to help you remember to drink more water and stay healthy.

Features:
* set the timer value (between 1 and 60 minutes - preconfigured with 30 minutes)
* configure to show a notification message
* configure to play a notification sound
* configure to restart automatically after timer ends
* configure to start automatically when Chrome is opened
* configure to show the remaining time in the extension's badge

What's new:
1.2.1:
* Added "s" (as seconds) and "m" (as minutes) to the badge
1.2.0:
* Added functionality to restart the timer
* Added functionality to stop the timer
* Added context menu items to restart and stop the timer
1.1.0:
* Added functionality to play a notification sound when the timer ends

Known issues/limitations:
* notifications won't work in Incognito mode

Terms of Use:
All notification sounds by Notification sounds [https://notificationsounds.com/] are licensed under CC BY 4.0 [https://creativecommons.org/licenses/by/4.0/]                    

확장 프로그램 기본 정보

이름 Stay Hydrated Stay Hydrated
ID dhjpbmmabnabnhebjfkfcnnaajdlapal
공식 URL https://chromewebstore.google.com/detail/stay-hydrated/dhjpbmmabnabnhebjfkfcnnaajdlapal
설명 Be reminded to drink water and keep you body hydrated.
파일 크기 269 KB
설치 횟수 520
현재 버전 1.2.1
최근 업데이트 2018-04-11
출시 날짜 2018-04-11
평점 4.00/5 총 14 개의 평점
개발자 publisher
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stay Hydrated",
    "description": "Be reminded to drink water and keep you body hydrated.",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "version": "1.2.1",
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Stay Hydrated",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}