Water Intake

New tab extension to help you track your daily water intake.

Water Intake란 무엇입니까?

Water Intake은(는) Weave Innovative에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New tab extension to help you track your daily water intake."입니다.

확장 프로그램 스크린샷

screenshot

Water Intake 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        TRACK YOUR DAILY WATER INTAKE 
Enhance your health with any new tab by keeping track of your daily water intake.
When opening a new tab, the number of glasses you have drunk today will appear below. You can add more glasses as you go through your day.

The new tab embeds a search bar. Search features are provided by Microsoft Bing. No changes to your browser default search settings will be made.

By installing Water Intake extension, you agree to the End User License Agreement and the Privacy Policy elaborated on Water Intake’s website:
Terms of service: https://weave-innovative.com/terms-of-service
Privacy Policy: https://weave-innovative.com/privacypolicy

All images on the website and extension are royalty free.                    

확장 프로그램 기본 정보

이름 Water Intake Water Intake
ID bmocbccegppddmhdnoccjlgcnjnjdnoh
공식 URL https://chromewebstore.google.com/detail/water-intake/bmocbccegppddmhdnoccjlgcnjnjdnoh
설명 New tab extension to help you track your daily water intake.
파일 크기 55.38 KB
설치 횟수 53
현재 버전 1.5
최근 업데이트 2023-09-07
출시 날짜 2022-09-25
평점 3.67/5 총 9 개의 평점
개발자 Weave Innovative
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://weave-innovative.com/water-intake
도움말 페이지 URL https://weave-innovative.com/contact
개인정보 보호 정책 페이지 URL https://weave-innovative.com/privacypolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Water Intake",
    "description": "New tab extension to help you track your daily water intake.",
    "version": "1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_popup": "",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}