Pretty Print for Trello

Pretty print boards, cards and lists.

Pretty Print for Trelloとは何ですか?

Pretty Print for TrelloはJohn Murdochによって開発されたChromeの拡張機能で、その主な機能は「Pretty print boards, cards and lists.」です。

拡張機能のスクリーンショット

screenshot

Pretty Print for Trello拡張機能のCRXファイルをダウンロード

Pretty Print for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        https://github.com/murdochjohn/TrelloPrettyPrint                    

拡張機能の基本情報

名前 Pretty Print for Trello Pretty Print for Trello
ID aeboemmjfebagojhggjildijmboggcpo
公式URL https://chrome.google.com/webstore/detail/pretty-print-for-trello/aeboemmjfebagojhggjildijmboggcpo
説明 Pretty print boards, cards and lists.
ファイルサイズ 13.95 KB
インストール数 403
現在のバージョン 0.5.0
最終更新日 2014-05-15
公開日 2014-05-15
評価 1.50/5 合計 6 レビュー
開発者 John Murdoch
支払い方法 free
ヘルプページのURL https://github.com/murdochjohn/PrettyPrintTrello
対応言語 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"
    }
}