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" ] } ] } |