Water Reminder
A Water Reminder and Tracking Extension which shows desktop notifications.
Qu'est-ce que Water Reminder ?
Water Reminder est une extension Chrome développée par Divin Divakaran, et sa fonction principale est "A Water Reminder and Tracking Extension which shows desktop notifications.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Water Reminder
Téléchargez les fichiers d'extension Water Reminder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Water Reminder |
ID | hgipnfbocicekiedonjljfceicobdfgo |
URL Officiel | https://chromewebstore.google.com/detail/water-reminder/hgipnfbocicekiedonjljfceicobdfgo |
Description | A Water Reminder and Tracking Extension which shows desktop notifications. |
Taille du Fichier | 1.17 MB |
Nombre d'Installations | 2,061 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-04-19 |
Date de Publication | 2018-04-19 |
Évaluation | 3.57/5 Total 14 Évaluations |
Développeur | Divin Divakaran |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/divindvm/WaterReminder-ChromeExtension |
URL de la Page d'Aide | https://github.com/divindvm/WaterReminder-ChromeExtension |
Langues Prises en Charge | 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" ] } |