Water Reminder
Choose to have an audio, visual, or audio and visual reminder to take a drink, along with a wide audio selection.
O que é Water Reminder?
Water Reminder é uma extensão do Chrome desenvolvida por Dylan B., e sua principal característica é "Choose to have an audio, visual, or audio and visual reminder to take a drink, along with a wide audio selection.".
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
Get reminders to stay hydrated through your Chrome web browser. Customization options include setting reminder frequency, reminder type including audio, visual, or both, as well as audio reminder sound. Customizations are saved for convenience as well as being synced across multiple browser instances. Now includes the ability to keep notifications until they are acknowledged, notifications also no longer stack.
Informações Básicas da Extensão
Nome | Water Reminder |
ID | kbcogmlnjaoecibenadekhkeelgdpmnb |
URL Oficial | https://chromewebstore.google.com/detail/water-reminder/kbcogmlnjaoecibenadekhkeelgdpmnb |
Descrição | Choose to have an audio, visual, or audio and visual reminder to take a drink, along with a wide audio selection. |
Tamanho do Arquivo | 998 KB |
Contagem de Instalações | 29,679 |
Versão Atual | 1.1 |
Última Atualização | 2016-06-28 |
Data de Publicação | 2016-06-27 |
Classificação | 4.46/5 Total de 63 Avaliações |
Desenvolvedor | Dylan B. |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Water Reminder", "description": "Choose to have an audio, visual, or audio and visual reminder to take a drink, along with a wide audio selection.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "GTW.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "notifications" ] } |