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是由marrijeen1214开发的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.”。

扩展截图

screenshot

下载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 Copy-to-Trello
ID eadnohgkalgkbmhiehaonnjekbdfeldi
官方URL https://chromewebstore.google.com/detail/copy-to-trello/eadnohgkalgkbmhiehaonnjekbdfeldi
简介 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.
文件大小 15.15 KB
安装次数 671
当前版本 1.0.5
更新时间 2023-06-29
上架时间 2020-12-09
评分 3.93/5 共15次评分
开发者 marrijeen1214
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/extensions-privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy-to-Trello",
    "version": "1.0.5",
    "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": "icon.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}