Card counter for Trello

Show card count in your Trello lanes

Vad är Card counter for Trello?

Card counter for Trello är en Chrome-tillägg utvecklad av matsuoshi, och dess huvudfunktion är "Show card count in your Trello lanes".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Card counter for Trello-förlängningens CRX-fil

Ladda ner Card counter for Trello-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Card counter for Trello Card counter for Trello
ID gaafcohgckclklihjchllmhlhpclogfm
Officiell webbadress https://chromewebstore.google.com/detail/card-counter-for-trello/gaafcohgckclklihjchllmhlhpclogfm
Beskrivning Show card count in your Trello lanes
Filstorlek 8.78 KB
Antal Installationer 1,730
Aktuell Version 1.0.2
Senast Uppdaterad 2022-08-25
Publiceringsdatum 2019-11-16
Betyg 2.50/5 Totalt 2 Betyg
Utvecklare matsuoshi
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/matsuoshi/Card-counter-for-Trello
Stödda Språk 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"
            ]
        }
    ]
}