InCheck

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

¿Qué es InCheck?

InCheck es una extensión de Chrome desarrollada por Unknown, y su función principal es "Keep track of your weekly habits with In Check, a new tab chrome extension.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión InCheck

Descarga archivos de extensión InCheck en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre InCheck InCheck
ID jpkkglnfmiladdphackclehjjodakmpn
URL Oficial https://chromewebstore.google.com/detail/incheck/jpkkglnfmiladdphackclehjjodakmpn
Descripción Keep track of your weekly habits with In Check, a new tab chrome extension.
Tamaño del Archivo 77.53 KB
Cantidad de Instalaciones 38
Versión Actual 1
Última Actualización 2015-06-07
Fecha de Publicación 2015-06-07
Calificación 1.50/5 Total de 2 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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
}