Check Check Check

Check off to do items in your new tabs. Synced in Chrome across all your computers.

Check Check Check란 무엇입니까?

Check Check Check은(는) Matthaeus Krenn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check off to do items in your new tabs. Synced in Chrome across all your computers."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Check Check Check replaces your new tab page with a todo list that is extremely light-weight and simple to use. It syncs across all your chrome browsers immediately through your google account. No extra login, no other BS. You know, get it in your Chrome browser, or don't.

0.0.0.7:
Better link colors.

0.0.0.6:
Now with dark mode
Should automatically be set based on you OS dark mode setting, but can be manually changed as well (by clicking the toggle in the bottom left corner).
Does NOT sync across computers in case you want different modes on different computers.

0.0.0.5:
Fade animation on checked items

0.0.0.4:
Fixed bug with items that contain links.                    

확장 프로그램 기본 정보

이름 Check Check Check Check Check Check
ID hcaokbbphfaocbefonbplpopaopmnibl
공식 URL https://chromewebstore.google.com/detail/check-check-check/hcaokbbphfaocbefonbplpopaopmnibl
설명 Check off to do items in your new tabs. Synced in Chrome across all your computers.
파일 크기 48.11 KB
설치 횟수 34
현재 버전 0.0.0.7
최근 업데이트 2021-04-19
출시 날짜 2020-07-04
평점 5.00/5 총 2 개의 평점
개발자 Matthaeus Krenn
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Check Check Check",
    "description": "Check off to do items in your new tabs. Synced in Chrome across all your computers.",
    "version": "0.0.0.7",
    "icons": {
        "16": "newdoIcon16.png",
        "128": "newdoIcon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newdo.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com\/; object-src 'self'",
    "permissions": [
        "storage"
    ]
}