ToDo List Reset

Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day

ToDo List Reset là gì?

ToDo List Reset là một tiện ích mở rộng Chrome được phát triển bởi Daniel Zaretsky, và tính năng chính của nó là "Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng ToDo List Reset 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

                        This  extension reminds you to get stuff done, with every tab you open, and helps reinforce daily healthy habits! 

✔️ Chrome New Tab is replaced with this ToDo extension to remind you more!
✔️ Add Task: start typing in box where it says: "What needs to Be done everyday?" 
press enter to add task after finished typing.
✔️ Features all things a normal ToDo list features, with ability to see filtered list of completed tasks only, or unfinished tasks.
✔️ At the end of each day (12AM local time), all finished tasks are automatically unchecked for you so you can start fresh next day.
✔️ Dark mode and Light mode -- toggle switch located bottom right of main screen
✔️ Loads instantly, instant feedback, whole extension is <30KB! 


Get more done with a daily resetting to-do list in every new tab today!                    

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

Tên ToDo List Reset ToDo List Reset
ID gpnamnenmgodpcjbcholbcljebpholbd
URL Chính Thức https://chromewebstore.google.com/detail/todo-list-reset/gpnamnenmgodpcjbcholbcljebpholbd
Mô tả Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day
Kích Thước Tệp 29.94 KB
Số Lần Cài Đặt 621
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2020-04-16
Ngày Phát Hành 2020-04-16
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Daniel Zaretsky
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day",
    "version": "1.0.5",
    "name": "ToDo List Reset",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}