MyHabits

Track your habits, improve your life.

What is MyHabits?

MyHabits is a Chrome extension developed by https://myhabits.co, and its main feature is "Track your habits, improve your life.".

Extension Screenshots

screenshot

Download MyHabits Extension CRX File

Download MyHabits extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MyHabits MyHabits
ID odmcpnggdfdafcklbgjjlaehgojiolde
Official URL https://chromewebstore.google.com/detail/myhabits/odmcpnggdfdafcklbgjjlaehgojiolde
Description Track your habits, improve your life.
File Size 1.72 MB
Installation Count 225
Current Version 1.0.2
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 3.50/5 Total 12 Ratings
Developer https://myhabits.co
Email [email protected]
Payment Type free
Extension Website https://myhabits.co
Help Page URL https://twitter.com/ricardomacario
Supported Languages 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
}