Trello card counter

Count Trello cards in Lists

Hvad er Trello card counter?

Trello card counter er en Chrome-udvidelse udviklet af martin.mouterde, og dens hovedfunktion er "Count Trello cards in Lists".

Udvidelsesskærmbilleder

screenshot

Download Trello card counter-udvidelses-CRX-fil

Download Trello card counter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Chrome extension witch Add the number of card in each column.                    

Grundlæggende oplysninger om udvidelsen

Navn Trello card counter Trello card counter
ID lkifhkgedjabhdpbogaobhkgajndjihg
Officiel URL https://chromewebstore.google.com/detail/trello-card-counter/lkifhkgedjabhdpbogaobhkgajndjihg
Beskrivelse Count Trello cards in Lists
Filstørrelse 101 KB
Antal Installationer 1,000
Nuværende Version 1.0.1
Senest Opdateret 2017-05-30
Udgivelsesdato 2017-05-30
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler martin.mouterde
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/mmouterde/TrelloCardCounter
Hjælpeside-URL https://github.com/mmouterde/TrelloCardCounter
Understøttede Sprog 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
}