Simple Habit Tracker

A minimalistic habit tracker

O que é Simple Habit Tracker?

Simple Habit Tracker é uma extensão do Chrome desenvolvida por ddupont808, e sua principal característica é "A minimalistic habit tracker".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Simple Habit Tracker

Baixe arquivos de extensão Simple Habit Tracker 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

                        This extension replaces your New Tab with a minimalist habit tracker.

Each dot represents a day, with opaque dots being current and previous days while faded dots are days in the future. Click the dot if you did the one thing you were supposed to do on that day.

If you fail to do so, you will be greeted by an understandably dissapointed emoji the next time you open a new tab.

Inspired by https://www.reddit.com/r/theXeffect/, currently it only supports tracking 1 habit at a time.                    

Informações Básicas da Extensão

Nome Simple Habit Tracker Simple Habit Tracker
ID cndpjnlmeibpkoadaacmbdhmackmbfgj
URL Oficial https://chromewebstore.google.com/detail/simple-habit-tracker/cndpjnlmeibpkoadaacmbdhmackmbfgj
Descrição A minimalistic habit tracker
Tamanho do Arquivo 86.76 KB
Contagem de Instalações 93
Versão Atual 1.0
Última Atualização 2020-06-25
Data de Publicação 2020-06-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ddupont808
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ddupont808/simple-habit-tracker
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Habit Tracker",
    "version": "1.0",
    "description": "A minimalistic habit tracker",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}