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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |