Trello.md

Copy trello board information to clipboard as markdown format.

What is Trello.md?

Trello.md is a Chrome extension developed by mzp, and its main feature is "Copy trello board information to clipboard as markdown format.".

Extension Screenshots

screenshot

Download Trello.md Extension CRX File

Download Trello.md 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

                        Copy trello board information to clipboard as markdown format.

## changelogs

 * 1.0.1: support board having deleted account member.                    

Extension Basic Information

Name Trello.md Trello.md
ID ibjelhogbfmmcpdblpjipdpmaocngjdm
Official URL https://chrome.google.com/webstore/detail/trellomd/ibjelhogbfmmcpdblpjipdpmaocngjdm
Description Copy trello board information to clipboard as markdown format.
File Size 237 KB
Installation Count 49
Current Version 1.1.0
Last Updated 2019-10-23
Publish Date 2019-10-23
Developer mzp
Email [email protected]
Payment Type free
Extension Website http://github.com/mzp/trello.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello.md",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Copy trello board information to clipboard as markdown format.",
    "homepage_url": "http:\/\/github.com\/mzp\/trello.md",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "js\/bg.html",
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Trello.md"
    },
    "permissions": [
        "clipboardWrite",
        "https:\/\/trello.com\/*"
    ]
}