Trello Quick Export Button

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

Trello Quick Export Buttonคืออะไร?

Trello Quick Export Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wersimmon และคุณลักษณะหลักของมันคือ "Adds an 'Export JSON' button to the header menu of Trello boards."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Quick Export Button

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}