Card counter for Trello

Show card count in your Trello lanes

Cos'è Card counter for Trello?

Card counter for Trello è un'estensione di Chrome sviluppata da matsuoshi, e la sua funzione principale è "Show card count in your Trello lanes".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Card counter for Trello

Scarica i file di estensione Card counter for Trello in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Chrome Extension for Trello

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

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

Informazioni di Base sull'Estensione

Nome Card counter for Trello Card counter for Trello
ID gaafcohgckclklihjchllmhlhpclogfm
URL Ufficiale https://chromewebstore.google.com/detail/card-counter-for-trello/gaafcohgckclklihjchllmhlhpclogfm
Descrizione Show card count in your Trello lanes
Dimensione del File 8.78 KB
Conteggio Installazioni 1,730
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-08-25
Data di Pubblicazione 2019-11-16
Valutazione 2.50/5 Totale 2 Valutazioni
Sviluppatore matsuoshi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/matsuoshi/Card-counter-for-Trello
Lingue Supportate 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"
            ]
        }
    ]
}