Water Reminder
A Water Reminder and Tracking Extension which shows desktop notifications.
O que é Water Reminder?
Water Reminder é uma extensão do Chrome desenvolvida por Divin Divakaran, e sua principal característica é "A Water Reminder and Tracking Extension which shows desktop notifications.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Water Reminder
Baixe arquivos de extensão Water Reminder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Water Reminder |
ID | hgipnfbocicekiedonjljfceicobdfgo |
URL Oficial | https://chromewebstore.google.com/detail/water-reminder/hgipnfbocicekiedonjljfceicobdfgo |
Descrição | A Water Reminder and Tracking Extension which shows desktop notifications. |
Tamanho do Arquivo | 1.17 MB |
Contagem de Instalações | 2,061 |
Versão Atual | 1.2 |
Última Atualização | 2018-04-19 |
Data de Publicação | 2018-04-19 |
Classificação | 3.57/5 Total de 14 Avaliações |
Desenvolvedor | Divin Divakaran |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/divindvm/WaterReminder-ChromeExtension |
URL da Página de Ajuda | https://github.com/divindvm/WaterReminder-ChromeExtension |
Idiomas Suportados | 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" ] } |