Hydrate

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

O que é Hydrate?

Hydrate é uma extensão do Chrome desenvolvida por Sankalp Sharma, e sua principal característica é "A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hydrate

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

                        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.  : )                    

Informações Básicas da Extensão

Nome Hydrate Hydrate
ID mdjehejmpfdnjpncppighcnhajkhheco
URL Oficial https://chromewebstore.google.com/detail/hydrate/mdjehejmpfdnjpncppighcnhajkhheco
Descrição A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.
Tamanho do Arquivo 33.18 KB
Contagem de Instalações 41
Versão Atual 1.1
Última Atualização 2021-06-13
Data de Publicação 2021-05-15
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Sankalp Sharma
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Sankalp7943/hydrate_chrome_extension
Idiomas Suportados 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"
        ]
    }
}