Water Walk

A super cool anti-sedentary reminder

O que é Water Walk?

Water Walk é uma extensão do Chrome desenvolvida por Aniket, e sua principal característica é "A super cool anti-sedentary reminder".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Water Walk

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

                        Researchers have found that been seated for long hours can have adverse effects on our health. It is highly advised that you take a break at regular intervals in a day and do some physical activities like walking, stretching or having a glass of water.

This extension will remind you every 15, 30 or 60 minutes, as per your set timer choice, with desktop notification to take a break.

You can learn more about effects of a Sedentary Lifestyle here in this article:
https://www.practo.com/healthfeed/effects-of-a-sedentary-lifestyle-29277/post                    

Informações Básicas da Extensão

Nome Water Walk Water Walk
ID dncpilfbhdonaibpnknncbboiodcmlep
URL Oficial https://chromewebstore.google.com/detail/water-walk/dncpilfbhdonaibpnknncbboiodcmlep
Descrição A super cool anti-sedentary reminder
Tamanho do Arquivo 118 KB
Contagem de Instalações 547
Versão Atual 1.0
Última Atualização 2018-10-12
Data de Publicação 2018-10-11
Classificação 4.10/5 Total de 10 Avaliações
Desenvolvedor Aniket
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Water Walk",
    "description": "A super cool anti-sedentary reminder",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Water Walk",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}