To Do List

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

什麼是To Do List?

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

擴展截圖

screenshot
screenshot

下載To Do List擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 To Do List To Do List
ID plbfajbadaoockpeiabagfnaanbfegbm
官方網址 https://chromewebstore.google.com/detail/to-do-list/plbfajbadaoockpeiabagfnaanbfegbm
簡介 An Organised Task List or To Do List to Make All Things Done.
檔案大小 105 KB
安裝次數 1,000
目前版本 1.0.0
更新時間 2022-03-29
上架時間 2022-03-29
評分 5.00/5 共 5 次評分
開發者 Extension Master
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}