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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Now you can print lists from Trello! The current version prints list titles and card titles as bullets, but future versions will…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TrelloListPrint एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |