Hydrate

A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.

Cos'è Hydrate?

Hydrate è un'estensione di Chrome sviluppata da Sankalp Sharma, e la sua funzione principale è "A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hydrate

Scarica i file di estensione Hydrate 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

                        A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.

It can help you if you lose yourself during work or surfing the web and often find yourself in bad posture or dehydrated.

Click on the extension icon to toggle on/off.

It ain't much but it's honest work. Please do give a try.  : )                    

Informazioni di Base sull'Estensione

Nome Hydrate Hydrate
ID mdjehejmpfdnjpncppighcnhajkhheco
URL Ufficiale https://chromewebstore.google.com/detail/hydrate/mdjehejmpfdnjpncppighcnhajkhheco
Descrizione A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.
Dimensione del File 33.18 KB
Conteggio Installazioni 41
Versione Corrente 1.1
Ultimo Aggiornamento 2021-06-13
Data di Pubblicazione 2021-05-15
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Sankalp Sharma
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Sankalp7943/hydrate_chrome_extension
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hydrate",
    "version": "1.1",
    "manifest_version": 2,
    "description": "A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Hydrate"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}