Pretty Print for Trello

Pretty print boards, cards and lists.

What is Pretty Print for Trello?

Pretty Print for Trello is a Chrome extension developed by John Murdoch, and its main feature is "Pretty print boards, cards and lists.".

Extension Screenshots

screenshot

Download Pretty Print for Trello Extension CRX File

Download Pretty Print for Trello 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

                        https://github.com/murdochjohn/TrelloPrettyPrint                    

Extension Basic Information

Name Pretty Print for Trello Pretty Print for Trello
ID aeboemmjfebagojhggjildijmboggcpo
Official URL https://chrome.google.com/webstore/detail/pretty-print-for-trello/aeboemmjfebagojhggjildijmboggcpo
Description Pretty print boards, cards and lists.
File Size 13.95 KB
Installation Count 403
Current Version 0.5.0
Last Updated 2014-05-15
Publish Date 2014-05-15
Rating 1.50/5 Total 6 Ratings
Developer John Murdoch
Payment Type free
Help Page URL https://github.com/murdochjohn/PrettyPrintTrello
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pretty Print for Trello",
    "description": "Pretty print boards, cards and lists.",
    "version": "0.5.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.trello.com https:\/\/*.cloudflare.com https:\/\/*.bootstrapcdn.com; object-src 'self'",
    "permissions": [
        "tabs",
        "https:\/\/*.trello.com\/"
    ],
    "web_accessible_resources": [
        "callback.html"
    ],
    "browser_action": {
        "default_icon": "toolbar-icon.png",
        "default_popup": "index.html"
    }
}