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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kiwitime Studios และคุณลักษณะหลักของมันคือ "Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TrelloListPrint
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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 } |