Copy to Trello
Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!
什么是Copy to Trello?
Copy to Trello是由celandau开发的Chrome扩展程序,该扩展的主要功能是“Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!”。
扩展截图
下载Copy to Trello扩展crx文件
下载Copy to Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Right click on copied text from any website and copy to the body of a new Trello card. Or, just use the simple interface in order to easily create new Trello cards.
扩展基本信息
名称 | Copy to Trello |
ID | fdaifolckhmjnlkapifnkphgdolgabfb |
官方URL | https://chromewebstore.google.com/detail/copy-to-trello/fdaifolckhmjnlkapifnkphgdolgabfb |
简介 | Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards! |
文件大小 | 10.34 KB |
安装次数 | 688 |
当前版本 | 1.0.0 |
更新时间 | 2021-03-15 |
上架时间 | 2021-02-16 |
评分 | 5.00/5 共1次评分 |
开发者 | celandau |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy to Trello", "version": "1.0.0", "description": "Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!", "icons": { "128": "icon1.png" }, "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "contextMenus" ] } |