ToDo for Google Tasks
It is an application for convenient use of Google Tasks in 3 columns.
什么是ToDo for Google Tasks?
ToDo for Google Tasks是由https://thetodo.net开发的Chrome扩展程序,该扩展的主要功能是“It is an application for convenient use of Google Tasks in 3 columns.”。
扩展截图
下载ToDo for Google Tasks扩展crx文件
下载ToDo for Google Tasks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Best app to use Google Tasks.
Task display of "today", "tomorrow", "the day after tomorrow", "overdue", "all", global search, alphabetical or date sorting and dark mode support!
◆Sync with Google Tasks
It also syncs quickly with Google Tasks and Google Calendar!
◆Narrow down tasks
You can display tasks as "today", "tomorrow", "the day after tomorrow", "overdue", and "all"!
◆Sort tasks
You can sort by "drag & drop", "date order", and "alphabetical order"!
◆Full search
You can quickly search for the task you want to find from all tasks!
◆Security
- We do not send your data to non-Google servers.
- Data is exchanged directly with Google. Even developers can't see what's inside.
- Do not ask for passwords or save them at all.
◆Support
If you have any problems, we will help you as soon as possible.
Please feel free to contact us at the email address below.
[email protected] 扩展基本信息
| 名称 | |
| ID | khnenklojdofkfabelfnkdmpmkmioegj |
| 官方URL | https://chromewebstore.google.com/detail/todo-for-google-tasks/khnenklojdofkfabelfnkdmpmkmioegj |
| 简介 | It is an application for convenient use of Google Tasks in 3 columns. |
| 文件大小 | 18.17 KB |
| 安装次数 | 467 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2023-05-11 |
| 上架时间 | 2023-05-11 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://thetodo.net |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 扩展官网 | https://thetodo.net/ |
| 帮助页面URL | https://thetodo.net/ |
| 隐私政策页面URL | https://thetodo.net/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ToDo for Google Tasks",
"description": "It is an application for convenient use of Google Tasks in 3 columns.",
"version": "1.0.1",
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"action": {
"default_title": "ToDo for Google Tasks"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |