Trello.md

Copy trello board information to clipboard as markdown format.

Was ist Trello.md?

Trello.md ist eine Chrome-Erweiterung, die von mzp entwickelt wurde, und ihr Hauptmerkmal ist "Copy trello board information to clipboard as markdown format.".

Erweiterungsscreenshots

screenshot

Trello.md-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trello.md-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Copy trello board information to clipboard as markdown format.

## changelogs

 * 1.0.1: support board having deleted account member.                    

Grundlegende Informationen zur Erweiterung

Name Trello.md Trello.md
ID ibjelhogbfmmcpdblpjipdpmaocngjdm
Offizielle URL https://chrome.google.com/webstore/detail/trellomd/ibjelhogbfmmcpdblpjipdpmaocngjdm
Beschreibung Copy trello board information to clipboard as markdown format.
Dateigröße 237 KB
Installationsanzahl 49
Aktuelle Version 1.1.0
Letztes Update 2019-10-23
Veröffentlichungsdatum 2019-10-23
Entwickler mzp
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://github.com/mzp/trello.md
Unterstützte Sprachen 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\/*"
    ]
}