InCheck

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

Apa itu InCheck?

InCheck adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Keep track of your weekly habits with In Check, a new tab chrome extension.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi InCheck

Unduh file ekstensi InCheck dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama InCheck InCheck
ID jpkkglnfmiladdphackclehjjodakmpn
URL Resmi https://chromewebstore.google.com/detail/incheck/jpkkglnfmiladdphackclehjjodakmpn
Deskripsi Keep track of your weekly habits with In Check, a new tab chrome extension.
Ukuran File 77.53 KB
Jumlah Instalasi 38
Versi Saat Ini 1
Terakhir Diperbarui 2015-06-07
Tanggal Publikasi 2015-06-07
Penilaian 1.50/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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
}