Pretty Print for Trello

Pretty print boards, cards and lists.

Qu'est-ce que Pretty Print for Trello ?

Pretty Print for Trello est une extension Chrome développée par John Murdoch, et sa fonction principale est "Pretty print boards, cards and lists.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pretty Print for Trello

Téléchargez les fichiers d'extension Pretty Print for Trello au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        https://github.com/murdochjohn/TrelloPrettyPrint                    

Informations de Base sur l'Extension

Nom Pretty Print for Trello Pretty Print for Trello
ID aeboemmjfebagojhggjildijmboggcpo
URL Officiel https://chrome.google.com/webstore/detail/pretty-print-for-trello/aeboemmjfebagojhggjildijmboggcpo
Description Pretty print boards, cards and lists.
Taille du Fichier 13.95 KB
Nombre d'Installations 403
Version Actuelle 0.5.0
Dernière Mise à Jour 2014-05-15
Date de Publication 2014-05-15
Évaluation 1.50/5 Total 6 Évaluations
Développeur John Murdoch
Type de Paiement free
URL de la Page d'Aide https://github.com/murdochjohn/PrettyPrintTrello
Langues Prises en Charge 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"
    }
}