To Do List

An Organised Task List or To Do List to Make All Things Done.

¿Qué es To Do List?

To Do List es una extensión de Chrome desarrollada por Extension Master, y su función principal es "An Organised Task List or To Do List to Make All Things Done.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión To Do List

Descarga archivos de extensión To Do List 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

                        Organize All Tasks with a TO DO LIST

It's time to update and keep track of your daily tasks with the Best To Do List. On Chrome, this tool makes managing your routine and tasks a breeze. While marking off the items on your list, you can work and watch your task list in Chrome.

What Is A To Do List?

To Do List is a free tool that assists you in organizing your daily job. It's effortless to use because you can update and verify it on Chrome simultaneously. Simply clicking on the extension icon will bring up your task list, where you may add new activities, remove or tick those that have been done, and modify existing assignments. Hence, we designed this essential tool to assist you in staying organized and completing projects on time. Additionally, there are various options that you can utilize to organize your work. Simply install and click the icon in the toolbar to use the To-Do List.

Features of To Do List Extension:

>>> This tool makes it simple to add and remove tasks or objects. All new tasks will appear in a logical, sequential order. You will be able to keep track of your schedule in the simplest method imaginable.

>>> Adding items to this To Do List is as simple as breathing. This tool is both free and straightforward to use. You can be reminded of all your tasks in your Chrome browser and check your task list.

>>> You can make changes to any task you've entered. You can amend the task you entered if you want to change it.

>>> Each task added to this list will have a check box next to it. Simply click the checkbox next to a task on the list to check it off. This extension will show you how many tasks you have completed at the bottom of the List.

>>> The things that have been completed can be easily removed from this extension. There will be a cross at the end of each row. Therefore, you can simply click on the cross to delete that task.

>>> This extension is entirely safe to use. There are no requirements for registration, and there are no restrictions on how you can use it. We respect your privacy and do not keep or use any of your To Do List information.

How to use this To Do List Extension?

>>> Install this extension by going to this website and clicking the "ADD TO CHROME" button.
>>> Add the extension icon to your browser's toolbar.
>>> Finally, click on the extension icon and start using the list to organize your tasks.                    

Información Básica de la Extensión

Nombre To Do List To Do List
ID plbfajbadaoockpeiabagfnaanbfegbm
URL Oficial https://chromewebstore.google.com/detail/to-do-list/plbfajbadaoockpeiabagfnaanbfegbm
Descripción An Organised Task List or To Do List to Make All Things Done.
Tamaño del Archivo 105 KB
Cantidad de Instalaciones 1,000
Versión Actual 1.0.0
Última Actualización 2022-03-29
Fecha de Publicación 2022-03-29
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador Extension Master
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.0",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    },
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": "images\/128.png",
        "default_popup": "TodoList.html"
    }
}