Aqua Buddy

I'm your friend 💙 and I'm here to help you stay hydrated!

Aqua Buddy란 무엇입니까?

Aqua Buddy은(는) Umair Hafeez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "I'm your friend 💙 and I'm here to help you stay hydrated!"입니다.

확장 프로그램 스크린샷

screenshot

Aqua Buddy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Aqua Buddy is a tiny little extension that helps you stay hydrated by sending notifications based on the selected configurations. The configuration is synced across devices where you're using the same account, so you don't have to configure settings on every device.

You can configure the notification frequency with just one click. And you can turn off notifications by a single click on the "Do Not Disturb" toggle as long as configure your Quiet Hours to pause notifications.

Hope you'll love it!                    

확장 프로그램 기본 정보

이름 Aqua Buddy Aqua Buddy
ID kidoeajcechhpbhmbeligfiakhhlchom
공식 URL https://chromewebstore.google.com/detail/aqua-buddy/kidoeajcechhpbhmbeligfiakhhlchom
설명 I'm your friend 💙 and I'm here to help you stay hydrated!
파일 크기 108 KB
설치 횟수 470
현재 버전 1.2.0
최근 업데이트 2022-08-19
출시 날짜 2020-09-21
평점 4.45/5 총 11 개의 평점
개발자 Umair Hafeez
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aqua Buddy",
    "version": "1.2.0",
    "manifest_version": 3,
    "description": "I'm your friend \ud83d\udc99 and I'm here to help you stay hydrated!",
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Aqua Buddy",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/aqua-buddy-16.png",
            "24": "images\/aqua-buddy-24.png",
            "32": "images\/aqua-buddy-32.png",
            "64": "images\/aqua-buddy-64.png",
            "128": "images\/aqua-buddy-128.png",
            "256": "images\/aqua-buddy-256.png",
            "512": "images\/aqua-buddy-512.png"
        }
    },
    "icons": {
        "16": "images\/aqua-buddy-16.png",
        "24": "images\/aqua-buddy-24.png",
        "32": "images\/aqua-buddy-32.png",
        "64": "images\/aqua-buddy-64.png",
        "128": "images\/aqua-buddy-128.png",
        "256": "images\/aqua-buddy-256.png",
        "512": "images\/aqua-buddy-512.png"
    }
}