Water Reminder
A Water Reminder and Tracking Extension which shows desktop notifications.
Apa itu Water Reminder?
Water Reminder adalah ekstensi Chrome yang dikembangkan oleh Divin Divakaran, dan fitur utamanya adalah "A Water Reminder and Tracking Extension which shows desktop notifications.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Water Reminder
Unduh file ekstensi Water Reminder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Water Reminder |
ID | hgipnfbocicekiedonjljfceicobdfgo |
URL Resmi | https://chromewebstore.google.com/detail/water-reminder/hgipnfbocicekiedonjljfceicobdfgo |
Deskripsi | A Water Reminder and Tracking Extension which shows desktop notifications. |
Ukuran File | 1.17 MB |
Jumlah Instalasi | 2,061 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2018-04-19 |
Tanggal Publikasi | 2018-04-19 |
Penilaian | 3.57/5 Total 14 Penilaian |
Pengembang | Divin Divakaran |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/divindvm/WaterReminder-ChromeExtension |
URL Halaman Bantuan | https://github.com/divindvm/WaterReminder-ChromeExtension |
Bahasa yang Didukung | 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" ] } |