Trello.md
Copy trello board information to clipboard as markdown format.
什么是Trello.md?
Trello.md是由mzp开发的Chrome扩展程序,该扩展的主要功能是“Copy trello board information to clipboard as markdown format.”。
扩展截图
下载Trello.md扩展crx文件
下载Trello.md扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Copy trello board information to clipboard as markdown format. ## changelogs * 1.0.1: support board having deleted account member.
扩展基本信息
名称 | |
ID | ibjelhogbfmmcpdblpjipdpmaocngjdm |
官方URL | https://chrome.google.com/webstore/detail/trellomd/ibjelhogbfmmcpdblpjipdpmaocngjdm |
简介 | Copy trello board information to clipboard as markdown format. |
文件大小 | 237 KB |
安装次数 | 49 |
当前版本 | 1.1.0 |
更新时间 | 2019-10-23 |
上架时间 | 2019-10-23 |
开发者 | mzp |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://github.com/mzp/trello.md |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello.md", "version": "1.1.0", "manifest_version": 2, "description": "Copy trello board information to clipboard as markdown format.", "homepage_url": "http:\/\/github.com\/mzp\/trello.md", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "js\/bg.html", "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "Trello.md" }, "permissions": [ "clipboardWrite", "https:\/\/trello.com\/*" ] } |