Trello card counter

Count Trello cards in Lists

Wat is Trello card counter?

Trello card counter is een Chrome-extensie ontwikkeld door martin.mouterde, en de belangrijkste functie is "Count Trello cards in Lists".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Trello card counter

Download Trello card counter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Trello card counter Trello card counter
ID lkifhkgedjabhdpbogaobhkgajndjihg
Officiële URL https://chromewebstore.google.com/detail/trello-card-counter/lkifhkgedjabhdpbogaobhkgajndjihg
Beschrijving Count Trello cards in Lists
Bestandsgrootte 101 KB
Aantal Installaties 1,000
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-05-30
Publicatiedatum 2017-05-30
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar martin.mouterde
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mmouterde/TrelloCardCounter
Help Pagina-URL https://github.com/mmouterde/TrelloCardCounter
Ondersteunde Talen 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
}