TrelloListPrint

Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…

什么是TrelloListPrint?

TrelloListPrint是由Kiwitime Studios开发的Chrome扩展程序,该扩展的主要功能是“Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…”。

扩展截图

screenshot
screenshot
screenshot

下载TrelloListPrint扩展crx文件

下载TrelloListPrint扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will include options to print card comment, checklists, and attachments, too.                    

扩展基本信息

名称 TrelloListPrint TrelloListPrint
ID fddaifegbjbkmjcgkplbenlgfbobjopn
官方URL https://chrome.google.com/webstore/detail/trellolistprint/fddaifegbjbkmjcgkplbenlgfbobjopn
简介 Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…
文件大小 5.9 KB
安装次数 195
当前版本 0.0.7
更新时间 2016-07-16
上架时间 2016-07-16
评分 2.40/5 共5次评分
开发者 Kiwitime Studios
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TrelloListPrint",
    "short_name": "TrelloListPrint",
    "permissions": [
        "*:\/\/trello.com\/*",
        "activeTab",
        "tabs",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/trello.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "TrelloListPrint128v001.png"
    },
    "version": "0.0.7",
    "manifest_version": 2
}