To Do List

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

¿Qué es To Do List?

To Do List es una extensión de Chrome desarrollada por contactassistancellc, y su función principal es "An Organised To Do List or Task 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

                        The Best To Do List to update and keep track of your daily tasks is here. To do list makes it very simple to manage your routine and tasks on chrome. You can work and keep an eye on your To Do list on chrome while ticking off the things you’re done with.

OVERVIEW

To do List extension is a free tool to organize your daily to-do or tasks list. It is effortless to use as you can update and check it simultaneously on chrome. Simply clicking on the extension icon will show you your To do list to add your tasks, remove or tick what’s done and edit the existing tasks. This simple extension has been designed to keep their routine organized and get things done on time. So, just install this extension and click on the extension icon in the toolbar to use the To Do list.

FEATURES

CREATE TASKS IN SEQUENCE:-
You can easily add and create your tasks or things to this To Do List. All the added tasks will show in an organized way and sequence. You will be able to keep track of your routine in the simplest way.

FREE, EASY, AND CONVENIENT:-
Adding your tasks to this To Do List is as simple as breathing. The to-do list extension is free and easy to create. You can be reminded of all your tasks and check your to do list in your chrome browser.

EDIT YOUR TASKS AND TO-DO LIST:-
Each task that you have entered has an option of editing. You will be able to edit the entered task if you want to change it.

TICK OFF THE ACHIEVED TASKS:-
Every added task on the To Do List will have a check box. You can simply click on the check box to tick off that task from the list. This extension will show you how many tasks you have completed at the bottom of the list.:-

DELETE THE COMPLETED TASKS:-
It is easy to remove the completed tasks from the To Do List. Each task will contain a cross at the end of the row. Therefore, you can delete that task by simply clicking on that cross.

SAFE AND HASSLE-FREE:-
Using this extension is completely safe. We do not ask you to sign up, and there are no restrictions for using. We respect your data privacy, and hence, we do not store or use anything from your To Do List.                    

Información Básica de la Extensión

Nombre To Do List To Do List
ID cadmpiafbfkppgllcngelbhnnefddcjb
URL Oficial https://chrome.google.com/webstore/detail/to-do-list/cadmpiafbfkppgllcngelbhnnefddcjb
Descripción An Organised To Do List or Task List to Make All Things Done.
Tamaño del Archivo 93.57 KB
Cantidad de Instalaciones 64
Versión Actual 0.0.1
Última Actualización 2021-12-20
Fecha de Publicación 2021-12-20
Calificación 5.00/5 Total de 24 Calificaciones
Desarrollador contactassistancellc
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "0.0.1",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "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"
    }
}