Card counter for Trello

Show card count in your Trello lanes

Apa itu Card counter for Trello?

Card counter for Trello adalah ekstensi Chrome yang dikembangkan oleh matsuoshi, dan fitur utamanya adalah "Show card count in your Trello lanes".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Card counter for Trello

Unduh file ekstensi Card counter for Trello dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Chrome Extension for Trello

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

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

Informasi Dasar Ekstensi

Nama Card counter for Trello Card counter for Trello
ID gaafcohgckclklihjchllmhlhpclogfm
URL Resmi https://chromewebstore.google.com/detail/card-counter-for-trello/gaafcohgckclklihjchllmhlhpclogfm
Deskripsi Show card count in your Trello lanes
Ukuran File 8.78 KB
Jumlah Instalasi 1,730
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2022-08-25
Tanggal Publikasi 2019-11-16
Penilaian 2.50/5 Total 2 Penilaian
Pengembang matsuoshi
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/matsuoshi/Card-counter-for-Trello
Bahasa yang Didukung 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"
            ]
        }
    ]
}