Original Card Counter for Trello
Shows the number of cards in every list in Trello. Adds support for Kanban limits.
Что такое Original Card Counter for Trello?
Original Card Counter for Trello - это расширение Chrome, разработанное Tim, и его основная функция - "Shows the number of cards in every list in Trello. Adds support for Kanban limits.".
Снимки экрана расширения
Скачать файл CRX расширения Original Card Counter for Trello
Скачайте файлы расширений Original Card Counter for Trello в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Shows the number of cards in every list in Trello. Also filters out divider cards containing two or more == characters. Show your support and buy me a beer: https://www.paypal.me/timvde. When installing this extension you might receive email updates about CardCounter for Trello. The old extension has been transferred but is neglected and is no longer maintained. I advise you to switch, this one will be supported by me (the original author of the old one). Changelog: 1.0.4: - Added option (Green tick) to hide donate buttons/messages 1.0.3: - Fix multiple total count elements 1.0.2: - Changed some donate texts
Основная информация о расширении
Название | Original Card Counter for Trello |
ID | ggamggchfpnmhmkeicjgpedgjcllcefp |
Официальный URL | https://chromewebstore.google.com/detail/original-card-counter-for/ggamggchfpnmhmkeicjgpedgjcllcefp |
Описание | Shows the number of cards in every list in Trello. Adds support for Kanban limits. |
Размер файла | 50.38 KB |
Количество установок | 10,000 |
Текущая Версия | 1.0.4 |
Последнее Обновление | 2018-10-22 |
Дата публикации | 2018-10-22 |
Рейтинг | 3.95/5 Всего 19 оценок |
Разработчик | Tim |
Тип оплаты | free |
URL страницы помощи | https://twitter.com.com/TimvdEijnden |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "cardcounter.css" ], "js": [ "jquery-1.7.1.min.js", "cardcounter.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "icons": { "128": "icon-128.png", "32": "icon-32.png", "48": "icon-48.png" }, "description": "Shows the number of cards in every list in Trello. Adds support for Kanban limits.", "name": "Original Card Counter for Trello", "version": "1.0.4", "manifest_version": 2 } |