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 |
公式URL | 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'" } |