Trello card counter

Count Trello cards in Lists

What is Trello card counter?

Trello card counter is a Chrome extension developed by martin.mouterde, and its main feature is "Count Trello cards in Lists".

Extension Screenshots

screenshot

Download Trello card counter Extension CRX File

Download Trello card counter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chrome extension witch Add the number of card in each column.                    

Extension Basic Information

Name Trello card counter Trello card counter
ID lkifhkgedjabhdpbogaobhkgajndjihg
Official URL https://chromewebstore.google.com/detail/trello-card-counter/lkifhkgedjabhdpbogaobhkgajndjihg
Description Count Trello cards in Lists
File Size 101 KB
Installation Count 1,000
Current Version 1.0.1
Last Updated 2017-05-30
Publish Date 2017-05-30
Rating 5.00/5 Total 2 Ratings
Developer martin.mouterde
Email [email protected]
Payment Type free
Extension Website https://github.com/mmouterde/TrelloCardCounter
Help Page URL https://github.com/mmouterde/TrelloCardCounter
Supported Languages 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
}