Copy Todoist Tasks
Copy the task list on Todoist to clipboard.
什么是Copy Todoist Tasks?
Copy Todoist Tasks是由tawara开发的Chrome扩展程序,该扩展的主要功能是“Copy the task list on Todoist to clipboard.”。
扩展截图
下载Copy Todoist Tasks扩展crx文件
下载Copy Todoist Tasks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to copy the task list on Todoist (https://todoist.com/) to the clipboard. You can also optionally set the format for copying, such as indenting to indicate the parent-child relationship of the task. --- この拡張機能を利用することで、Todoist (https://todoist.com/) 上のタスクリストをクリップボードにコピーすることができます。 タスクの親子関係を示すインデントなど、コピーする際の書式をオプションで設定することも可能です。
扩展基本信息
名称 | Copy Todoist Tasks |
ID | cifleikfldjohjpfkjpngjldplllcnol |
官方URL | https://chromewebstore.google.com/detail/copy-todoist-tasks/cifleikfldjohjpfkjpngjldplllcnol |
简介 | Copy the task list on Todoist to clipboard. |
文件大小 | 19.87 KB |
安装次数 | 56 |
当前版本 | 0.0.3 |
更新时间 | 2020-08-16 |
上架时间 | 2020-08-07 |
评分 | 4.75/5 共4次评分 |
开发者 | tawara |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Todoist Tasks", "version": "0.0.3", "description": "Copy the task list on Todoist to clipboard.", "permissions": [ "activeTab", "declarativeContent", "clipboardRead", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "32": "images\/clip32.png" } }, "options_page": "options.html", "icons": { "16": "images\/clip16.png", "48": "images\/clip48.png", "128": "images\/clip128.png" }, "manifest_version": 2 } |