Trello Quick Export Button

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

什麼是Trello Quick Export Button?

Trello Quick Export Button是由wersimmon開發的Chrome擴展程式,該擴展的主要功能是“Adds an 'Export JSON' button to the header menu of Trello boards.”。

下載Trello Quick Export Button擴展crx文件

下載Trello Quick Export Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Trello Quick Export Button Trello Quick Export Button
ID mlabdohgfpjffdcacadjnabecoapkdnb
官方網址 https://chrome.google.com/webstore/detail/trello-quick-export-butto/mlabdohgfpjffdcacadjnabecoapkdnb
簡介 Adds an 'Export JSON' button to the header menu of Trello boards.
檔案大小 4.61 KB
安裝次數 26
目前版本 1.0.0
更新時間 2018-05-04
上架時間 2018-05-04
開發者 wersimmon
付費類型 free
支援的語言 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"
            ]
        }
    ]
}