TrelloListPrint

Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…

TrelloListPrintとは何ですか?

TrelloListPrintはKiwitime Studiosによって開発されたChromeの拡張機能で、その主な機能は「Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…」です。

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

screenshot
screenshot
screenshot

TrelloListPrint拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will include options to print card comment, checklists, and attachments, too.                    

拡張機能の基本情報

名前 TrelloListPrint TrelloListPrint
ID fddaifegbjbkmjcgkplbenlgfbobjopn
公式URL https://chrome.google.com/webstore/detail/trellolistprint/fddaifegbjbkmjcgkplbenlgfbobjopn
説明 Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…
ファイルサイズ 5.9 KB
インストール数 195
現在のバージョン 0.0.7
最終更新日 2016-07-16
公開日 2016-07-16
評価 2.40/5 合計 5 レビュー
開発者 Kiwitime Studios
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TrelloListPrint",
    "short_name": "TrelloListPrint",
    "permissions": [
        "*:\/\/trello.com\/*",
        "activeTab",
        "tabs",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/trello.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "TrelloListPrint128v001.png"
    },
    "version": "0.0.7",
    "manifest_version": 2
}