Trello Quick Export Button
Adds an 'Export JSON' button to the header menu of Trello boards.
Wat is Trello Quick Export Button?
Trello Quick Export Button is een Chrome-extensie ontwikkeld door wersimmon, en de belangrijkste functie is "Adds an 'Export JSON' button to the header menu of Trello boards.".
Download het CRX-bestand van de extensie Trello Quick Export Button
Download Trello Quick Export Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mlabdohgfpjffdcacadjnabecoapkdnb |
Officiële URL | https://chrome.google.com/webstore/detail/trello-quick-export-butto/mlabdohgfpjffdcacadjnabecoapkdnb |
Beschrijving | Adds an 'Export JSON' button to the header menu of Trello boards. |
Bestandsgrootte | 4.61 KB |
Aantal Installaties | 26 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2018-05-04 |
Publicatiedatum | 2018-05-04 |
Ontwikkelaar | wersimmon |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |