Card counter for Trello

Show card count in your Trello lanes

Что такое Card counter for Trello?

Card counter for Trello - это расширение Chrome, разработанное matsuoshi, и его основная функция - "Show card count in your Trello lanes".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Card counter for Trello

Скачайте файлы расширений Card counter for Trello в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Chrome Extension for Trello

https://github.com/matsuoshi/Card-counter-for-Trello

always show card count number at the top of your Trello lanes.                    

Основная информация о расширении

Название Card counter for Trello Card counter for Trello
ID gaafcohgckclklihjchllmhlhpclogfm
Официальный URL https://chromewebstore.google.com/detail/card-counter-for-trello/gaafcohgckclklihjchllmhlhpclogfm
Описание Show card count in your Trello lanes
Размер файла 8.78 KB
Количество установок 1,730
Текущая Версия 1.0.2
Последнее Обновление 2022-08-25
Дата публикации 2019-11-16
Рейтинг 2.50/5 Всего 2 оценок
Разработчик matsuoshi
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/matsuoshi/Card-counter-for-Trello
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Card counter for Trello",
    "version": "1.0.2",
    "description": "Show card count in your Trello lanes",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "matsuoshi",
    "homepage_url": "https:\/\/github.com\/matsuoshi\/Card-counter-for-Trello",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}