TrelloListPrint
Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…
Qu'est-ce que TrelloListPrint ?
TrelloListPrint est une extension Chrome développée par Kiwitime Studios, et sa fonction principale est "Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TrelloListPrint
Téléchargez les fichiers d'extension TrelloListPrint au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fddaifegbjbkmjcgkplbenlgfbobjopn |
URL Officiel | https://chrome.google.com/webstore/detail/trellolistprint/fddaifegbjbkmjcgkplbenlgfbobjopn |
Description | Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will… |
Taille du Fichier | 5.9 KB |
Nombre d'Installations | 195 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2016-07-16 |
Date de Publication | 2016-07-16 |
Évaluation | 2.40/5 Total 5 Évaluations |
Développeur | Kiwitime Studios |
Type de Paiement | free |
Langues Prises en Charge | 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 } |