Card counter for Trello

Show card count in your Trello lanes

Was ist Card counter for Trello?

Card counter for Trello ist eine Chrome-Erweiterung, die von matsuoshi entwickelt wurde, und ihr Hauptmerkmal ist "Show card count in your Trello lanes".

Erweiterungsscreenshots

screenshot
screenshot

Card counter for Trello-Erweiterungs-CRX-Datei herunterladen

Laden Sie Card counter for Trello-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Chrome Extension for Trello

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

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

Grundlegende Informationen zur Erweiterung

Name Card counter for Trello Card counter for Trello
ID gaafcohgckclklihjchllmhlhpclogfm
Offizielle URL https://chromewebstore.google.com/detail/card-counter-for-trello/gaafcohgckclklihjchllmhlhpclogfm
Beschreibung Show card count in your Trello lanes
Dateigröße 8.78 KB
Installationsanzahl 1,730
Aktuelle Version 1.0.2
Letztes Update 2022-08-25
Veröffentlichungsdatum 2019-11-16
Bewertung 2.50/5 Insgesamt 2 Bewertungen
Entwickler matsuoshi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/matsuoshi/Card-counter-for-Trello
Unterstützte Sprachen 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"
            ]
        }
    ]
}