Water Reminder
A Water Reminder and Tracking Extension which shows desktop notifications.
Cos'è Water Reminder?
Water Reminder è un'estensione di Chrome sviluppata da Divin Divakaran, e la sua funzione principale è "A Water Reminder and Tracking Extension which shows desktop notifications.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Water Reminder
Scarica i file di estensione Water Reminder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Water Reminder |
ID | hgipnfbocicekiedonjljfceicobdfgo |
URL Ufficiale | https://chromewebstore.google.com/detail/water-reminder/hgipnfbocicekiedonjljfceicobdfgo |
Descrizione | A Water Reminder and Tracking Extension which shows desktop notifications. |
Dimensione del File | 1.17 MB |
Conteggio Installazioni | 2,061 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2018-04-19 |
Data di Pubblicazione | 2018-04-19 |
Valutazione | 3.57/5 Totale 14 Valutazioni |
Sviluppatore | Divin Divakaran |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/divindvm/WaterReminder-ChromeExtension |
URL della Pagina di Aiuto | https://github.com/divindvm/WaterReminder-ChromeExtension |
Lingue Supportate | 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" ] } |