Trello Quick Export Button

Adds an 'Export JSON' button to the header menu of Trello boards.

Trello Quick Export Button là gì?

Trello Quick Export Button là một tiện ích mở rộng Chrome được phát triển bởi wersimmon, và tính năng chính của nó là "Adds an 'Export JSON' button to the header menu of Trello boards.".

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

Tải xuống các tệp mở rộng Trello Quick Export Button 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

                        Adds an 'Export JSON' button to the header menu of Trello boards, which will trigger a download of the board's JSON export. It may take a few seconds for the Trello server for begin the download.                    

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

Tên Trello Quick Export Button Trello Quick Export Button
ID mlabdohgfpjffdcacadjnabecoapkdnb
URL Chính Thức https://chrome.google.com/webstore/detail/trello-quick-export-butto/mlabdohgfpjffdcacadjnabecoapkdnb
Mô tả Adds an 'Export JSON' button to the header menu of Trello boards.
Kích Thước Tệp 4.61 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-05-04
Ngày Phát Hành 2018-05-04
Nhà Phát Triển wersimmon
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Quick Export Button",
    "version": "1.0.0",
    "description": "Adds an 'Export JSON' button to the header menu of Trello boards.",
    "icons": {
        "128": "trello-exportButton.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/trello.com\/b\/*"
            ],
            "js": [
                "trello-exportButton.js"
            ]
        }
    ]
}