InCheck

Keep track of your weekly habits with In Check, a new tab chrome extension.

InCheckとは何ですか?

InCheckはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Keep track of your weekly habits with In Check, a new tab chrome extension.」です。

拡張機能のスクリーンショット

screenshot

InCheck拡張機能のCRXファイルをダウンロード

InCheck拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Keep track of your weekly habits with In Check.

Want to exercise everyday? Want to meditate 5 times a week? Use the In Check extension to turn your new tab page into a reminder of your habits.

Once you've completed one of your habits click the check box and watch your achievements build up with satisfaction.

Features:
Keep track of your habits across all chrome browsers.
Set three goals you want to make a habit of.
Set how many times a week you want to do it a week. 
Tick off the activities each time you complete them in the week.
Reset your boxes each week.                    

拡張機能の基本情報

名前 InCheck InCheck
ID jpkkglnfmiladdphackclehjjodakmpn
公式URL https://chromewebstore.google.com/detail/incheck/jpkkglnfmiladdphackclehjjodakmpn
説明 Keep track of your weekly habits with In Check, a new tab chrome extension.
ファイルサイズ 77.53 KB
インストール数 38
現在のバージョン 1
最終更新日 2015-06-07
公開日 2015-06-07
評価 1.50/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InCheck",
    "description": "Keep track of your weekly habits with In Check, a new tab chrome extension.",
    "version": "1",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/vendor\/angular.min.js"
        ]
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "manifest_version": 2
}