Drink Water Reminder

Drink Water Reminder - This extension will help you to remind drink water in a periodic time interval. Stay Hydrated

O que é Drink Water Reminder?

Drink Water Reminder é uma extensão do Chrome desenvolvida por praveenmng, e sua principal característica é "Drink Water Reminder - This extension will help you to remind drink water in a periodic time interval. Stay Hydrated".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Drink Water Reminder

Baixe arquivos de extensão Drink 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

                        Drink Water - Staying hydrated is an essential part of maintaining good health. This simple extension will help to remind drink water periodically. This extension have option to set a time interval to show the notification.

 Water is the essence of life and we all need it to live. Campaigns to educate people on the importance of drinking water and staying hydration are important, especially during the hot summer months

This Extension will show you to remind drink water notification periodically for the given interval time. Stay hydrated.                    

Informações Básicas da Extensão

Nome Drink Water Reminder Drink Water Reminder
ID agpjdannnbimjhjelbehcmalbaeambcd
URL Oficial https://chromewebstore.google.com/detail/drink-water-reminder/agpjdannnbimjhjelbehcmalbaeambcd
Descrição Drink Water Reminder - This extension will help you to remind drink water in a periodic time interval. Stay Hydrated
Tamanho do Arquivo 156 KB
Contagem de Instalações 2,049
Versão Atual 1.1
Última Atualização 2021-02-17
Data de Publicação 2021-02-14
Classificação 3.00/5 Total de 6 Avaliações
Desenvolvedor praveenmng
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drink Water Reminder",
    "description": "Drink Water Reminder - This extension will help you to remind drink water in a periodic time interval. Stay Hydrated",
    "version": "1.1",
    "icons": {
        "128": "\/icons\/128.png",
        "48": "\/icons\/48.png",
        "32": "\/icons\/32.png",
        "16": "\/icons\/16.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ]
}