Card counter for Trello

Show card count in your Trello lanes

Co to jest Card counter for Trello?

Card counter for Trello to rozszerzenie Chrome opracowane przez matsuoshi, a jego główną funkcją jest „Show card count in your Trello lanes”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Card counter for Trello

Pobierz pliki rozszerzeń Card counter for Trello w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Chrome Extension for Trello

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

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

Podstawowe informacje o rozszerzeniu

Nazwa Card counter for Trello Card counter for Trello
ID gaafcohgckclklihjchllmhlhpclogfm
Oficjalny URL https://chromewebstore.google.com/detail/card-counter-for-trello/gaafcohgckclklihjchllmhlhpclogfm
Opis Show card count in your Trello lanes
Rozmiar pliku 8.78 KB
Liczba instalacji 1,730
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2022-08-25
Data Publikacji 2019-11-16
Ocena 2.50/5 Łącznie 2 Oceny
Deweloper matsuoshi
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/matsuoshi/Card-counter-for-Trello
Obsługiwane Języki 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"
            ]
        }
    ]
}