TrelloListPrint
Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…
什麼是TrelloListPrint?
TrelloListPrint是由Kiwitime Studios開發的Chrome擴展程式,該擴展的主要功能是“Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…”。
擴展截圖
下載TrelloListPrint擴展crx文件
下載TrelloListPrint擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will include options to print card comment, checklists, and attachments, too.
擴展基本資訊
名稱 | |
ID | fddaifegbjbkmjcgkplbenlgfbobjopn |
官方網址 | https://chrome.google.com/webstore/detail/trellolistprint/fddaifegbjbkmjcgkplbenlgfbobjopn |
簡介 | Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will… |
檔案大小 | 5.9 KB |
安裝次數 | 195 |
目前版本 | 0.0.7 |
更新時間 | 2016-07-16 |
上架時間 | 2016-07-16 |
評分 | 2.40/5 共 5 次評分 |
開發者 | Kiwitime Studios |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TrelloListPrint", "short_name": "TrelloListPrint", "permissions": [ "*:\/\/trello.com\/*", "activeTab", "tabs", "webNavigation" ], "content_scripts": [ { "matches": [ "*:\/\/trello.com\/*" ], "js": [ "script.js" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "128": "TrelloListPrint128v001.png" }, "version": "0.0.7", "manifest_version": 2 } |