Chuck Enhancements for Trello

Show full card labels, cards count and card numbers on trello.com for easier communication in a team.

Wat is Chuck Enhancements for Trello?

Chuck Enhancements for Trello is een Chrome-extensie ontwikkeld door https://chuckjhardy.com, en de belangrijkste functie is "Show full card labels, cards count and card numbers on trello.com for easier communication in a team.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chuck Enhancements for Trello

Download Chuck Enhancements for Trello-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Show full card labels, cards count and card numbers on trello.com for easier communication in a team.                    

Basisinformatie over de Extensie

Naam Chuck Enhancements for Trello Chuck Enhancements for Trello
ID jnfooppcjiafgeenkfeneflchjnpcepm
Officiële URL https://chromewebstore.google.com/detail/chuck-enhancements-for-tr/jnfooppcjiafgeenkfeneflchjnpcepm
Beschrijving Show full card labels, cards count and card numbers on trello.com for easier communication in a team.
Bestandsgrootte 9.24 KB
Aantal Installaties 342
Huidige Versie 0.0.1
Laatst Bijgewerkt 2015-02-18
Publicatiedatum 2015-02-18
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://chuckjhardy.com
Betalingswijze free
Extensiewebsite https://github.com/ChuckJHardy/ChuckEnhancementsForTrello
Help Pagina-URL https://github.com/ChuckJHardy/ChuckEnhancementsForTrello/issues
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chuck Enhancements for Trello",
    "version": "0.0.1",
    "author": "Chuck J Hardy",
    "description": "Show full card labels, cards count and card numbers on trello.com for easier communication in a team.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "labels.css",
                "count.css",
                "numbers.css"
            ],
            "all_frames": true
        }
    ]
}