Trello card counter

Count Trello cards in Lists

Co to jest Trello card counter?

Trello card counter to rozszerzenie Chrome opracowane przez martin.mouterde, a jego główną funkcją jest „Count Trello cards in Lists”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Trello card counter

Pobierz pliki rozszerzeń Trello card counter 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 witch Add the number of card in each column.                    

Podstawowe informacje o rozszerzeniu

Nazwa Trello card counter Trello card counter
ID lkifhkgedjabhdpbogaobhkgajndjihg
Oficjalny URL https://chromewebstore.google.com/detail/trello-card-counter/lkifhkgedjabhdpbogaobhkgajndjihg
Opis Count Trello cards in Lists
Rozmiar pliku 101 KB
Liczba instalacji 1,000
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2017-05-30
Data Publikacji 2017-05-30
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper martin.mouterde
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/mmouterde/TrelloCardCounter
Adres URL Strony Pomocy https://github.com/mmouterde/TrelloCardCounter
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello card counter",
    "description": "Count Trello cards in Lists",
    "version": "1.0.1",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "author": "Martin Mouterde",
    "content_scripts": [
        {
            "css": [
                "style\/style.css"
            ],
            "js": [
                "lib\/jquery-1.11.2.js",
                "lib\/jquery.waituntilexists.js",
                "scripts\/main.js"
            ],
            "matches": [
                "https:\/\/trello.com\/b*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/trello.com\/*"
    ],
    "manifest_version": 2
}