TrelloListPrint

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

TrelloListPrint là gì?

TrelloListPrint là một tiện ích mở rộng Chrome được phát triển bởi Kiwitime Studios, và tính năng chính của nó là "Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TrelloListPrint

Tải xuống các tệp mở rộng TrelloListPrint dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TrelloListPrint TrelloListPrint
ID fddaifegbjbkmjcgkplbenlgfbobjopn
URL Chính Thức https://chrome.google.com/webstore/detail/trellolistprint/fddaifegbjbkmjcgkplbenlgfbobjopn
Mô tả Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…
Kích Thước Tệp 5.9 KB
Số Lần Cài Đặt 195
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2016-07-16
Ngày Phát Hành 2016-07-16
Đánh Giá 2.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Kiwitime Studios
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}