TrelloListPrint
Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…
Apa itu TrelloListPrint?
TrelloListPrint adalah ekstensi Chrome yang dikembangkan oleh Kiwitime Studios, dan fitur utamanya adalah "Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TrelloListPrint
Unduh file ekstensi TrelloListPrint dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | fddaifegbjbkmjcgkplbenlgfbobjopn |
URL Resmi | https://chrome.google.com/webstore/detail/trellolistprint/fddaifegbjbkmjcgkplbenlgfbobjopn |
Deskripsi | Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will… |
Ukuran File | 5.9 KB |
Jumlah Instalasi | 195 |
Versi Saat Ini | 0.0.7 |
Terakhir Diperbarui | 2016-07-16 |
Tanggal Publikasi | 2016-07-16 |
Penilaian | 2.40/5 Total 5 Penilaian |
Pengembang | Kiwitime Studios |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |