Trello Quick Export Button

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

Co je Trello Quick Export Button?

Trello Quick Export Button je rozšíření Chrome vyvinuté wersimmon, a jeho hlavní funkcí je „Adds an 'Export JSON' button to the header menu of Trello boards.“.

Stáhnout soubor CRX rozšíření Trello Quick Export Button

Stáhněte si soubory rozšíření Trello Quick Export Button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Trello Quick Export Button Trello Quick Export Button
ID mlabdohgfpjffdcacadjnabecoapkdnb
Oficiální URL https://chrome.google.com/webstore/detail/trello-quick-export-butto/mlabdohgfpjffdcacadjnabecoapkdnb
Popis Adds an 'Export JSON' button to the header menu of Trello boards.
Velikost souboru 4.61 KB
Počet instalací 26
Aktuální Verze 1.0.0
Poslední Aktualizace 2018-05-04
Datum Vydání 2018-05-04
Vývojář wersimmon
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}