Water Walk

A super cool anti-sedentary reminder

¿Qué es Water Walk?

Water Walk es una extensión de Chrome desarrollada por Aniket, y su función principal es "A super cool anti-sedentary reminder".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Water Walk

Descarga archivos de extensión Water Walk en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Water Walk Water Walk
ID dncpilfbhdonaibpnknncbboiodcmlep
URL Oficial https://chromewebstore.google.com/detail/water-walk/dncpilfbhdonaibpnknncbboiodcmlep
Descripción A super cool anti-sedentary reminder
Tamaño del Archivo 118 KB
Cantidad de Instalaciones 547
Versión Actual 1.0
Última Actualización 2018-10-12
Fecha de Publicación 2018-10-11
Calificación 4.10/5 Total de 10 Calificaciones
Desarrollador Aniket
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}