InCheck

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

What is InCheck?

InCheck is a Chrome extension developed by Unknown, and its main feature is "Keep track of your weekly habits with In Check, a new tab chrome extension.".

Extension Screenshots

screenshot

Download InCheck Extension CRX File

Download InCheck 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

                        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.                    

Extension Basic Information

Name InCheck InCheck
ID jpkkglnfmiladdphackclehjjodakmpn
Official URL https://chromewebstore.google.com/detail/incheck/jpkkglnfmiladdphackclehjjodakmpn
Description Keep track of your weekly habits with In Check, a new tab chrome extension.
File Size 77.53 KB
Installation Count 38
Current Version 1
Last Updated 2015-06-07
Publish Date 2015-06-07
Rating 1.50/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages 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
}