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!」です。
拡張機能のスクリーンショット
Aqua Buddy拡張機能のCRXファイルをダウンロード
Aqua Buddy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |