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 } |