To Do List

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

什麼是To Do List?

To Do List是由contactassistancellc開發的Chrome擴展程式,該擴展的主要功能是“An Organised To Do List or Task List to Make All Things Done.”。

擴展截圖

screenshot
screenshot

下載To Do List擴展crx文件

下載To Do List擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 To Do List To Do List
ID cadmpiafbfkppgllcngelbhnnefddcjb
官方網址 https://chrome.google.com/webstore/detail/to-do-list/cadmpiafbfkppgllcngelbhnnefddcjb
簡介 An Organised To Do List or Task List to Make All Things Done.
檔案大小 93.57 KB
安裝次數 64
目前版本 0.0.1
更新時間 2021-12-20
上架時間 2021-12-20
評分 5.00/5 共 24 次評分
開發者 contactassistancellc
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}