Trello Quick Export Button
Adds an 'Export JSON' button to the header menu of Trello boards.
What is Trello Quick Export Button?
Trello Quick Export Button is a Chrome extension developed by wersimmon, and its main feature is "Adds an 'Export JSON' button to the header menu of Trello boards.".
Download Trello Quick Export Button Extension CRX File
Download Trello Quick Export Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | mlabdohgfpjffdcacadjnabecoapkdnb |
Official URL | https://chrome.google.com/webstore/detail/trello-quick-export-butto/mlabdohgfpjffdcacadjnabecoapkdnb |
Description | Adds an 'Export JSON' button to the header menu of Trello boards. |
File Size | 4.61 KB |
Installation Count | 26 |
Current Version | 1.0.0 |
Last Updated | 2018-05-04 |
Publish Date | 2018-05-04 |
Developer | wersimmon |
Payment Type | free |
Supported Languages | 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" ] } ] } |