InCheck

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

InCheck란 무엇입니까?

InCheck은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep track of your weekly habits with In Check, a new tab chrome extension."입니다.

확장 프로그램 스크린샷

screenshot

InCheck 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 InCheck InCheck
ID jpkkglnfmiladdphackclehjjodakmpn
공식 URL https://chromewebstore.google.com/detail/incheck/jpkkglnfmiladdphackclehjjodakmpn
설명 Keep track of your weekly habits with In Check, a new tab chrome extension.
파일 크기 77.53 KB
설치 횟수 38
현재 버전 1
최근 업데이트 2015-06-07
출시 날짜 2015-06-07
평점 1.50/5 총 2 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 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
}