Trello Quick Export Button
Adds an 'Export JSON' button to the header menu of Trello boards.
Trello Quick Export Buttonとは何ですか?
Trello Quick Export Buttonはwersimmonによって開発されたChromeの拡張機能で、その主な機能は「Adds an 'Export JSON' button to the header menu of Trello boards.」です。
Trello Quick Export Button拡張機能のCRXファイルをダウンロード
Trello Quick Export Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | mlabdohgfpjffdcacadjnabecoapkdnb |
公式URL | https://chrome.google.com/webstore/detail/trello-quick-export-butto/mlabdohgfpjffdcacadjnabecoapkdnb |
説明 | Adds an 'Export JSON' button to the header menu of Trello boards. |
ファイルサイズ | 4.61 KB |
インストール数 | 26 |
現在のバージョン | 1.0.0 |
最終更新日 | 2018-05-04 |
公開日 | 2018-05-04 |
開発者 | wersimmon |
支払い方法 | free |
対応言語 | 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" ] } ] } |