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
公式URL 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
Eメール [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
}