Hydrate yourself

It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.

Hydrate yourself란 무엇입니까?

Hydrate yourself은(는) Jeroen Peters에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Hydrate yourself 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This tool helps you to take a few glasses of water during the day"                    

확장 프로그램 기본 정보

이름 Hydrate yourself Hydrate yourself
ID nmccnjbglgkjdhkabajmahgleboedloo
공식 URL https://chromewebstore.google.com/detail/hydrate-yourself/nmccnjbglgkjdhkabajmahgleboedloo
설명 It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.
파일 크기 31.52 KB
설치 횟수 138
현재 버전 1.0
최근 업데이트 2020-06-02
출시 날짜 2020-06-02
평점 4.00/5 총 1 개의 평점
개발자 Jeroen Peters
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "water-16.png",
        "48": "water-48.png",
        "128": "water-128.png"
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": "glass3.png",
        "default_popup": "refill_button.html"
    },
    "background": {
        "scripts": [
            "js\/counter.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "coffeecup128.png",
        "cup15.png"
    ],
    "options_page": "options\/index.html",
    "default_locale": "en"
}