Trello Quick Export Button
Adds an 'Export JSON' button to the header menu of Trello boards.
O que é Trello Quick Export Button?
Trello Quick Export Button é uma extensão do Chrome desenvolvida por wersimmon, e sua principal característica é "Adds an 'Export JSON' button to the header menu of Trello boards.".
Baixar o arquivo CRX da Extensão Trello Quick Export Button
Baixe arquivos de extensão Trello Quick Export Button no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | mlabdohgfpjffdcacadjnabecoapkdnb |
URL Oficial | https://chrome.google.com/webstore/detail/trello-quick-export-butto/mlabdohgfpjffdcacadjnabecoapkdnb |
Descrição | Adds an 'Export JSON' button to the header menu of Trello boards. |
Tamanho do Arquivo | 4.61 KB |
Contagem de Instalações | 26 |
Versão Atual | 1.0.0 |
Última Atualização | 2018-05-04 |
Data de Publicação | 2018-05-04 |
Desenvolvedor | wersimmon |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |