Check Check Check

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

Check Check Check là gì?

Check Check Check là một tiện ích mở rộng Chrome được phát triển bởi Matthaeus Krenn, và tính năng chính của nó là "Check off to do items in your new tabs. Synced in Chrome across all your computers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Check Check Check

Tải xuống các tệp mở rộng Check Check Check dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Check Check Check Check Check Check
ID hcaokbbphfaocbefonbplpopaopmnibl
URL Chính Thức https://chromewebstore.google.com/detail/check-check-check/hcaokbbphfaocbefonbplpopaopmnibl
Mô tả Check off to do items in your new tabs. Synced in Chrome across all your computers.
Kích Thước Tệp 48.11 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 0.0.0.7
Cập Nhật Lần Cuối 2021-04-19
Ngày Phát Hành 2020-07-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Matthaeus Krenn
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}