InCheck

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

Qu'est-ce que InCheck ?

InCheck est une extension Chrome développée par Unknown, et sa fonction principale est "Keep track of your weekly habits with In Check, a new tab chrome extension.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension InCheck

Téléchargez les fichiers d'extension InCheck au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom InCheck InCheck
ID jpkkglnfmiladdphackclehjjodakmpn
URL Officiel https://chromewebstore.google.com/detail/incheck/jpkkglnfmiladdphackclehjjodakmpn
Description Keep track of your weekly habits with In Check, a new tab chrome extension.
Taille du Fichier 77.53 KB
Nombre d'Installations 38
Version Actuelle 1
Dernière Mise à Jour 2015-06-07
Date de Publication 2015-06-07
Évaluation 1.50/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
}