Chuck Enhancements for Trello

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

Qu'est-ce que Chuck Enhancements for Trello ?

Chuck Enhancements for Trello est une extension Chrome développée par https://chuckjhardy.com, et sa fonction principale est "Show full card labels, cards count and card numbers on trello.com for easier communication in a team.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chuck Enhancements for Trello

Téléchargez les fichiers d'extension Chuck Enhancements for Trello au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Chuck Enhancements for Trello Chuck Enhancements for Trello
ID jnfooppcjiafgeenkfeneflchjnpcepm
URL Officiel https://chromewebstore.google.com/detail/chuck-enhancements-for-tr/jnfooppcjiafgeenkfeneflchjnpcepm
Description Show full card labels, cards count and card numbers on trello.com for easier communication in a team.
Taille du Fichier 9.24 KB
Nombre d'Installations 342
Version Actuelle 0.0.1
Dernière Mise à Jour 2015-02-18
Date de Publication 2015-02-18
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://chuckjhardy.com
Type de Paiement free
Site Web de l'Extension https://github.com/ChuckJHardy/ChuckEnhancementsForTrello
URL de la Page d'Aide https://github.com/ChuckJHardy/ChuckEnhancementsForTrello/issues
Langues Prises en Charge 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
        }
    ]
}