TrelloListPrint
Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…
Wat is TrelloListPrint?
TrelloListPrint is een Chrome-extensie ontwikkeld door Kiwitime Studios, en de belangrijkste functie is "Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…".
Extensie Screenshots
Download het CRX-bestand van de extensie TrelloListPrint
Download TrelloListPrint-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | fddaifegbjbkmjcgkplbenlgfbobjopn |
Officiële URL | https://chrome.google.com/webstore/detail/trellolistprint/fddaifegbjbkmjcgkplbenlgfbobjopn |
Beschrijving | Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will… |
Bestandsgrootte | 5.9 KB |
Aantal Installaties | 195 |
Huidige Versie | 0.0.7 |
Laatst Bijgewerkt | 2016-07-16 |
Publicatiedatum | 2016-07-16 |
Beoordeling | 2.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Kiwitime Studios |
Betalingswijze | free |
Ondersteunde Talen | 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 } |