MyHabits

Track your habits, improve your life.

什麼是MyHabits?

MyHabits是由https://myhabits.co開發的Chrome擴展程式,該擴展的主要功能是“Track your habits, improve your life.”。

擴展截圖

screenshot

下載MyHabits擴展crx文件

下載MyHabits擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 MyHabits MyHabits
ID odmcpnggdfdafcklbgjjlaehgojiolde
官方網址 https://chromewebstore.google.com/detail/myhabits/odmcpnggdfdafcklbgjjlaehgojiolde
簡介 Track your habits, improve your life.
檔案大小 1.72 MB
安裝次數 225
目前版本 1.0.2
更新時間 2019-03-08
上架時間 2019-03-08
評分 3.50/5 共 12 次評分
開發者 https://myhabits.co
電子郵箱 [email protected]
付費類型 free
擴展官網 https://myhabits.co
說明頁面URL https://twitter.com/ricardomacario
支援的語言 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
}