Trello Quick Export Button

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

Apa itu Trello Quick Export Button?

Trello Quick Export Button adalah ekstensi Chrome yang dikembangkan oleh wersimmon, dan fitur utamanya adalah "Adds an 'Export JSON' button to the header menu of Trello boards.".

Unduh Berkas CRX Ekstensi Trello Quick Export Button

Unduh file ekstensi Trello Quick Export Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Trello Quick Export Button Trello Quick Export Button
ID mlabdohgfpjffdcacadjnabecoapkdnb
URL Resmi https://chrome.google.com/webstore/detail/trello-quick-export-butto/mlabdohgfpjffdcacadjnabecoapkdnb
Deskripsi Adds an 'Export JSON' button to the header menu of Trello boards.
Ukuran File 4.61 KB
Jumlah Instalasi 26
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-05-04
Tanggal Publikasi 2018-05-04
Pengembang wersimmon
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}