Pretty Print for Trello

Pretty print boards, cards and lists.

Cos'è Pretty Print for Trello?

Pretty Print for Trello è un'estensione di Chrome sviluppata da John Murdoch, e la sua funzione principale è "Pretty print boards, cards and lists.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pretty Print for Trello

Scarica i file di estensione Pretty Print for Trello 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

                        https://github.com/murdochjohn/TrelloPrettyPrint                    

Informazioni di Base sull'Estensione

Nome Pretty Print for Trello Pretty Print for Trello
ID aeboemmjfebagojhggjildijmboggcpo
URL Ufficiale https://chrome.google.com/webstore/detail/pretty-print-for-trello/aeboemmjfebagojhggjildijmboggcpo
Descrizione Pretty print boards, cards and lists.
Dimensione del File 13.95 KB
Conteggio Installazioni 403
Versione Corrente 0.5.0
Ultimo Aggiornamento 2014-05-15
Data di Pubblicazione 2014-05-15
Valutazione 1.50/5 Totale 6 Valutazioni
Sviluppatore John Murdoch
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/murdochjohn/PrettyPrintTrello
Lingue Supportate 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"
    }
}