Original Card Counter for Trello

Shows the number of cards in every list in Trello. Adds support for Kanban limits.

Wat is Original Card Counter for Trello?

Original Card Counter for Trello is een Chrome-extensie ontwikkeld door Tim, en de belangrijkste functie is "Shows the number of cards in every list in Trello. Adds support for Kanban limits.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Original Card Counter for Trello

Download Original Card Counter for Trello-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

                        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                    

Basisinformatie over de Extensie

Naam Original Card Counter for Trello Original Card Counter for Trello
ID ggamggchfpnmhmkeicjgpedgjcllcefp
Officiële URL https://chromewebstore.google.com/detail/original-card-counter-for/ggamggchfpnmhmkeicjgpedgjcllcefp
Beschrijving Shows the number of cards in every list in Trello. Adds support for Kanban limits.
Bestandsgrootte 50.38 KB
Aantal Installaties 10,000
Huidige Versie 1.0.4
Laatst Bijgewerkt 2018-10-22
Publicatiedatum 2018-10-22
Beoordeling 3.95/5 Totaal 19 Beoordelingen
Ontwikkelaar Tim
Betalingswijze free
Help Pagina-URL https://twitter.com.com/TimvdEijnden
Ondersteunde Talen 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
}