TrelloListPrint

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

What is TrelloListPrint?

TrelloListPrint is a Chrome extension developed by Kiwitime Studios, and its main feature is "Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…".

Extension Screenshots

screenshot
screenshot
screenshot

Download TrelloListPrint Extension CRX File

Download TrelloListPrint extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TrelloListPrint TrelloListPrint
ID fddaifegbjbkmjcgkplbenlgfbobjopn
Official URL https://chrome.google.com/webstore/detail/trellolistprint/fddaifegbjbkmjcgkplbenlgfbobjopn
Description Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…
File Size 5.9 KB
Installation Count 195
Current Version 0.0.7
Last Updated 2016-07-16
Publish Date 2016-07-16
Rating 2.40/5 Total 5 Ratings
Developer Kiwitime Studios
Payment Type free
Supported Languages 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
}