Card counter for Trello

Show card count in your Trello lanes

Hvad er Card counter for Trello?

Card counter for Trello er en Chrome-udvidelse udviklet af matsuoshi, og dens hovedfunktion er "Show card count in your Trello lanes".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Card counter for Trello-udvidelses-CRX-fil

Download Card counter for Trello-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 for Trello

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

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

Grundlæggende oplysninger om udvidelsen

Navn Card counter for Trello Card counter for Trello
ID gaafcohgckclklihjchllmhlhpclogfm
Officiel URL https://chromewebstore.google.com/detail/card-counter-for-trello/gaafcohgckclklihjchllmhlhpclogfm
Beskrivelse Show card count in your Trello lanes
Filstørrelse 8.78 KB
Antal Installationer 1,730
Nuværende Version 1.0.2
Senest Opdateret 2022-08-25
Udgivelsesdato 2019-11-16
Bedømmelse 2.50/5 Samlet 2 Bedømmelser
Udvikler matsuoshi
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/matsuoshi/Card-counter-for-Trello
Understøttede Sprog 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"
            ]
        }
    ]
}