ToDo List Reset
Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day
什麼是ToDo List Reset?
ToDo List Reset是由Daniel Zaretsky開發的Chrome擴展程式,該擴展的主要功能是“Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day”。
擴展截圖
下載ToDo List Reset擴展crx文件
下載ToDo List Reset擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | ToDo List Reset |
ID | gpnamnenmgodpcjbcholbcljebpholbd |
官方網址 | https://chromewebstore.google.com/detail/todo-list-reset/gpnamnenmgodpcjbcholbcljebpholbd |
簡介 | Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day |
檔案大小 | 29.94 KB |
安裝次數 | 621 |
目前版本 | 1.0.5 |
更新時間 | 2020-04-16 |
上架時間 | 2020-04-16 |
評分 | 3.00/5 共 2 次評分 |
開發者 | Daniel Zaretsky |
付費類型 | free |
支援的語言 | 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'" } |