To Do List

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

Vad är To Do List?

To Do List är en Chrome-tillägg utvecklad av contactassistancellc, och dess huvudfunktion är "An Organised To Do List or Task List to Make All Things Done.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner To Do List-förlängningens CRX-fil

Ladda ner To Do List-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn To Do List To Do List
ID cadmpiafbfkppgllcngelbhnnefddcjb
Officiell webbadress https://chrome.google.com/webstore/detail/to-do-list/cadmpiafbfkppgllcngelbhnnefddcjb
Beskrivning An Organised To Do List or Task List to Make All Things Done.
Filstorlek 93.57 KB
Antal Installationer 64
Aktuell Version 0.0.1
Senast Uppdaterad 2021-12-20
Publiceringsdatum 2021-12-20
Betyg 5.00/5 Totalt 24 Betyg
Utvecklare contactassistancellc
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}