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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}