Water Reminder
A Water Reminder and Tracking Extension which shows desktop notifications.
Wat is Water Reminder?
Water Reminder is een Chrome-extensie ontwikkeld door Divin Divakaran, en de belangrijkste functie is "A Water Reminder and Tracking Extension which shows desktop notifications.".
Extensie Screenshots
Download het CRX-bestand van de extensie Water Reminder
Download Water Reminder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Water Reminder |
ID | hgipnfbocicekiedonjljfceicobdfgo |
Officiële URL | https://chromewebstore.google.com/detail/water-reminder/hgipnfbocicekiedonjljfceicobdfgo |
Beschrijving | A Water Reminder and Tracking Extension which shows desktop notifications. |
Bestandsgrootte | 1.17 MB |
Aantal Installaties | 2,061 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2018-04-19 |
Publicatiedatum | 2018-04-19 |
Beoordeling | 3.57/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Divin Divakaran |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/divindvm/WaterReminder-ChromeExtension |
Help Pagina-URL | https://github.com/divindvm/WaterReminder-ChromeExtension |
Ondersteunde Talen | 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" ] } |