Trello Card Counter

This extension is a product of my laziness. You don't need to count the cards anymore.

Что такое Trello Card Counter?

Trello Card Counter - это расширение Chrome, разработанное Mehmet Yatkı, и его основная функция - "This extension is a product of my laziness. You don't need to count the cards anymore.".

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

screenshot

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

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

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

                        This extension is a product of my laziness. You don't need to count the cards anymore. 

PS: This extension only and just only counts the cards in the lists. So, no worries your data is safe.                    

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

Название Trello Card Counter Trello Card Counter
ID bodefgeflaobkeejlcbbnbniimlinocd
Официальный URL https://chromewebstore.google.com/detail/trello-card-counter/bodefgeflaobkeejlcbbnbniimlinocd
Описание This extension is a product of my laziness. You don't need to count the cards anymore.
Размер файла 45.2 KB
Количество установок 329
Текущая Версия 1.0
Последнее Обновление 2016-04-11
Дата публикации 2016-04-11
Рейтинг 4.00/5 Всего 2 оценок
Разработчик Mehmet Yatkı
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Card Counter",
    "description": "This extension is a product of my laziness. You don't need to count the cards anymore.",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.2.min.js",
                "silent.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}