To Do List

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

Apa itu To Do List?

To Do List adalah ekstensi Chrome yang dikembangkan oleh contactassistancellc, dan fitur utamanya adalah "An Organised To Do List or Task List to Make All Things Done.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi To Do List

Unduh file ekstensi To Do List dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama To Do List To Do List
ID cadmpiafbfkppgllcngelbhnnefddcjb
URL Resmi https://chrome.google.com/webstore/detail/to-do-list/cadmpiafbfkppgllcngelbhnnefddcjb
Deskripsi An Organised To Do List or Task List to Make All Things Done.
Ukuran File 93.57 KB
Jumlah Instalasi 64
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2021-12-20
Tanggal Publikasi 2021-12-20
Penilaian 5.00/5 Total 24 Penilaian
Pengembang contactassistancellc
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}