ToDo List Reset

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

¿Qué es ToDo List Reset?

ToDo List Reset es una extensión de Chrome desarrollada por Daniel Zaretsky, y su función principal es "Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ToDo List Reset

Descarga archivos de extensión ToDo List Reset en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre ToDo List Reset ToDo List Reset
ID gpnamnenmgodpcjbcholbcljebpholbd
URL Oficial https://chromewebstore.google.com/detail/todo-list-reset/gpnamnenmgodpcjbcholbcljebpholbd
Descripción Replaces new chrome tab with a recurring todo list that resets itself at the beginning of each day
Tamaño del Archivo 29.94 KB
Cantidad de Instalaciones 621
Versión Actual 1.0.5
Última Actualización 2020-04-16
Fecha de Publicación 2020-04-16
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador Daniel Zaretsky
Tipo de Pago free
Idiomas Soportados 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'"
}