Card counter for Trello

Show card count in your Trello lanes

Wat is Card counter for Trello?

Card counter for Trello is een Chrome-extensie ontwikkeld door matsuoshi, en de belangrijkste functie is "Show card count in your Trello lanes".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Card counter for Trello

Download 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

                        Chrome Extension for Trello

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

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

Basisinformatie over de Extensie

Naam Card counter for Trello Card counter for Trello
ID gaafcohgckclklihjchllmhlhpclogfm
Officiële URL https://chromewebstore.google.com/detail/card-counter-for-trello/gaafcohgckclklihjchllmhlhpclogfm
Beschrijving Show card count in your Trello lanes
Bestandsgrootte 8.78 KB
Aantal Installaties 1,730
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-08-25
Publicatiedatum 2019-11-16
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar matsuoshi
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/matsuoshi/Card-counter-for-Trello
Ondersteunde Talen 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"
            ]
        }
    ]
}