Trello card counter
Count Trello cards in Lists
Что такое Trello card counter?
Trello card counter - это расширение Chrome, разработанное martin.mouterde, и его основная функция - "Count Trello cards in Lists".
Снимки экрана расширения
Скачать файл CRX расширения Trello card counter
Скачайте файлы расширений Trello card counter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Chrome extension witch Add the number of card in each column.
Основная информация о расширении
Название | Trello card counter |
ID | lkifhkgedjabhdpbogaobhkgajndjihg |
Официальный URL | https://chromewebstore.google.com/detail/trello-card-counter/lkifhkgedjabhdpbogaobhkgajndjihg |
Описание | Count Trello cards in Lists |
Размер файла | 101 KB |
Количество установок | 1,000 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2017-05-30 |
Дата публикации | 2017-05-30 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | martin.mouterde |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/mmouterde/TrelloCardCounter |
URL страницы помощи | https://github.com/mmouterde/TrelloCardCounter |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello card counter", "description": "Count Trello cards in Lists", "version": "1.0.1", "icons": { "16": "img\/logo16.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "author": "Martin Mouterde", "content_scripts": [ { "css": [ "style\/style.css" ], "js": [ "lib\/jquery-1.11.2.js", "lib\/jquery.waituntilexists.js", "scripts\/main.js" ], "matches": [ "https:\/\/trello.com\/b*" ] } ], "permissions": [ "https:\/\/trello.com\/*" ], "manifest_version": 2 } |