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.”。
扩展截图
下载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 |
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" } } |