InCheck

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

Hvad er InCheck?

InCheck er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Keep track of your weekly habits with In Check, a new tab chrome extension.".

Udvidelsesskærmbilleder

screenshot

Download InCheck-udvidelses-CRX-fil

Download InCheck-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn InCheck InCheck
ID jpkkglnfmiladdphackclehjjodakmpn
Officiel URL https://chromewebstore.google.com/detail/incheck/jpkkglnfmiladdphackclehjjodakmpn
Beskrivelse Keep track of your weekly habits with In Check, a new tab chrome extension.
Filstørrelse 77.53 KB
Antal Installationer 38
Nuværende Version 1
Senest Opdateret 2015-06-07
Udgivelsesdato 2015-06-07
Bedømmelse 1.50/5 Samlet 2 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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
}