Healthy Browsing

Reminders to drink water, blink, correct your posture and stretch for a healthier browsing.

Cos'è Healthy Browsing?

Healthy Browsing è un'estensione di Chrome sviluppata da Mihai Cosareanu, e la sua funzione principale è "Reminders to drink water, blink, correct your posture and stretch for a healthier browsing.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Healthy Browsing

Scarica i file di estensione Healthy Browsing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        When browsing we often forget to blink as often as our eyes need it. We forget to drink water and we also sit in a fixed and wrong position for a long period of time. This extension notifies you to blink, drink water, correct your posture and stretch.

If you use the computer for the entire day and follow the reminders you will feel your eyes less tired, you will be better hydrated and you won't feel any numbness.

Recommended settings:
Drink reminder - 45 minutes
Blink reminder - 20 minutes
Stretch reminder - 90 minutes
Posture reminder - 20 minutes                    

Informazioni di Base sull'Estensione

Nome Healthy Browsing Healthy Browsing
ID dokaikblnjlonmiahdahfpjjdcohblig
URL Ufficiale https://chromewebstore.google.com/detail/healthy-browsing/dokaikblnjlonmiahdahfpjjdcohblig
Descrizione Reminders to drink water, blink, correct your posture and stretch for a healthier browsing.
Dimensione del File 231 KB
Conteggio Installazioni 11,682
Versione Corrente 1.1
Ultimo Aggiornamento 2019-04-11
Data di Pubblicazione 2019-04-11
Valutazione 4.13/5 Totale 69 Valutazioni
Sviluppatore Mihai Cosareanu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Healthy Browsing",
    "description": "Reminders to drink water, blink, correct your posture and stretch for a healthier browsing.",
    "version": "1.1",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "index.html",
        "default_title": "Healthy Browsing"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "global.js",
            "background.js"
        ]
    }
}