Water Reminder
A Water Reminder and Tracking Extension which shows desktop notifications.
Water Reminderとは何ですか?
Water ReminderはDivin Divakaranによって開発されたChromeの拡張機能で、その主な機能は「A Water Reminder and Tracking Extension which shows desktop notifications.」です。
拡張機能のスクリーンショット
Water Reminder拡張機能のCRXファイルをダウンロード
Water Reminder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a simple and light weight extension for tracking water intake daily. The app will give you notifications on desired time intervals. You can change the notification message, notification interval, notification sound etc.
拡張機能の基本情報
名前 | Water Reminder |
ID | hgipnfbocicekiedonjljfceicobdfgo |
公式URL | https://chromewebstore.google.com/detail/water-reminder/hgipnfbocicekiedonjljfceicobdfgo |
説明 | A Water Reminder and Tracking Extension which shows desktop notifications. |
ファイルサイズ | 1.17 MB |
インストール数 | 2,061 |
現在のバージョン | 1.2 |
最終更新日 | 2018-04-19 |
公開日 | 2018-04-19 |
評価 | 3.57/5 合計 14 レビュー |
開発者 | Divin Divakaran |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/divindvm/WaterReminder-ChromeExtension |
ヘルプページのURL | https://github.com/divindvm/WaterReminder-ChromeExtension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Water Reminder", "version": "1.2", "author": "Divin Divakaran", "homepage_url": "https:\/\/github.com\/divindvm\/WaterReminder-ChromeExtension", "description": "A Water Reminder and Tracking Extension which shows desktop notifications.", "icons": { "48": "icon.png" }, "permissions": [ "storage", "notifications", "contextMenus" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "notification_options.html", "background": { "scripts": [ "notification_background.js", "eventPage.js" ], "persistent": false }, "web_accessible_resources": [ "icon.png" ] } |