Trello.md

Copy trello board information to clipboard as markdown format.

Cos'è Trello.md?

Trello.md è un'estensione di Chrome sviluppata da mzp, e la sua funzione principale è "Copy trello board information to clipboard as markdown format.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trello.md

Scarica i file di estensione Trello.md in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Copy trello board information to clipboard as markdown format.

## changelogs

 * 1.0.1: support board having deleted account member.                    

Informazioni di Base sull'Estensione

Nome Trello.md Trello.md
ID ibjelhogbfmmcpdblpjipdpmaocngjdm
URL Ufficiale https://chrome.google.com/webstore/detail/trellomd/ibjelhogbfmmcpdblpjipdpmaocngjdm
Descrizione Copy trello board information to clipboard as markdown format.
Dimensione del File 237 KB
Conteggio Installazioni 49
Versione Corrente 1.1.0
Ultimo Aggiornamento 2019-10-23
Data di Pubblicazione 2019-10-23
Sviluppatore mzp
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://github.com/mzp/trello.md
Lingue Supportate 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\/*"
    ]
}