InCheck

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

Cos'è InCheck?

InCheck è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Keep track of your weekly habits with In Check, a new tab chrome extension.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione InCheck

Scarica i file di estensione InCheck in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome InCheck InCheck
ID jpkkglnfmiladdphackclehjjodakmpn
URL Ufficiale https://chromewebstore.google.com/detail/incheck/jpkkglnfmiladdphackclehjjodakmpn
Descrizione Keep track of your weekly habits with In Check, a new tab chrome extension.
Dimensione del File 77.53 KB
Conteggio Installazioni 38
Versione Corrente 1
Ultimo Aggiornamento 2015-06-07
Data di Pubblicazione 2015-06-07
Valutazione 1.50/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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
}