InCheck

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

O que é InCheck?

InCheck é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Keep track of your weekly habits with In Check, a new tab chrome extension.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão InCheck

Baixe arquivos de extensão InCheck no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome InCheck InCheck
ID jpkkglnfmiladdphackclehjjodakmpn
URL Oficial https://chromewebstore.google.com/detail/incheck/jpkkglnfmiladdphackclehjjodakmpn
Descrição Keep track of your weekly habits with In Check, a new tab chrome extension.
Tamanho do Arquivo 77.53 KB
Contagem de Instalações 38
Versão Atual 1
Última Atualização 2015-06-07
Data de Publicação 2015-06-07
Classificação 1.50/5 Total de 2 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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
}