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 |
官方網址 | 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\/*" ] } |