To Do List
An Organised Task List or To Do List to Make All Things Done.
What is To Do List?
To Do List is a Chrome extension developed by Extension Master, and its main feature is "An Organised Task List or To Do List to Make All Things Done.".
Extension Screenshots
Download To Do List Extension CRX File
Download To Do List extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | To Do List |
ID | plbfajbadaoockpeiabagfnaanbfegbm |
Official URL | https://chromewebstore.google.com/detail/to-do-list/plbfajbadaoockpeiabagfnaanbfegbm |
Description | An Organised Task List or To Do List to Make All Things Done. |
File Size | 105 KB |
Installation Count | 1,000 |
Current Version | 1.0.0 |
Last Updated | 2022-03-29 |
Publish Date | 2022-03-29 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Extension Master |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |