ToDo List Reset
Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day
Was ist ToDo List Reset?
ToDo List Reset ist eine Chrome-Erweiterung, die von Daniel Zaretsky entwickelt wurde, und ihr Hauptmerkmal ist "Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day".
Erweiterungsscreenshots
ToDo List Reset-Erweiterungs-CRX-Datei herunterladen
Laden Sie ToDo List Reset-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gpnamnenmgodpcjbcholbcljebpholbd |
| Offizielle URL | https://chromewebstore.google.com/detail/todo-list-reset/gpnamnenmgodpcjbcholbcljebpholbd |
| Beschreibung | Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day |
| Dateigröße | 29.94 KB |
| Installationsanzahl | 621 |
| Aktuelle Version | 1.0.5 |
| Letztes Update | 2020-04-16 |
| Veröffentlichungsdatum | 2020-04-16 |
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Daniel Zaretsky |
| Zahlungsart | free |
| Unterstützte Sprachen | 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'"
} | |