MyHabits

Track your habits, improve your life.

O que é MyHabits?

MyHabits é uma extensão do Chrome desenvolvida por https://myhabits.co, e sua principal característica é "Track your habits, improve your life.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MyHabits

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

                        Are you dreaming about:
* Being in peak shape?
* Creating a side business?
* Getting your dream job?
* Strengthening your relationships?
* Finding a partner?

Guess what. The world wants us to believe that all these will become true one day. That without the effort, our destiny is to achieve all these and more. 

But, this couldn’t be further from the truth. Achieving our dreams doesn’t happen through a quantum leap. Years can go by and we can be at the exact same place. You can’t trade nothing for something.

The only way to achieve our dreams is to put in the work. Not sprinting for a week or a month, but through steady and consistent effort for a long period of time.

Habits are the perfect tool for this job. Once we establish a good habit, it will be our companion through all our life. Simple habits compound and lead to unexpected outcomes:

* By reading 10 pages a day at the end of the year you would have read 3650 equaling 12 books
* By spending 30 minutes a day in your side hustle, you’ll launch it in a manner of months
* By practicing gratefulness everyday, you’re rewiring your brain to look for the positive

But again, you have to build these habits and do them daily.

This is exactly what MyHabits was designed for. At a glimpse you can see your progress across all the things that matter to you. Every time you open a new tab, you’ll see the progress you’re making toward your dreams. A weekly and monthly chart will help you stay motivated, your goal is to fill as many squares as possible.                    

Informações Básicas da Extensão

Nome MyHabits MyHabits
ID odmcpnggdfdafcklbgjjlaehgojiolde
URL Oficial https://chromewebstore.google.com/detail/myhabits/odmcpnggdfdafcklbgjjlaehgojiolde
Descrição Track your habits, improve your life.
Tamanho do Arquivo 1.72 MB
Contagem de Instalações 225
Versão Atual 1.0.2
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 3.50/5 Total de 12 Avaliações
Desenvolvedor https://myhabits.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://myhabits.co
URL da Página de Ajuda https://twitter.com/ricardomacario
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyHabits",
    "description": "Track your habits, improve your life.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "https:\/\/myhabits.co\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2
}