Chuck Enhancements for Trello

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

What is Chuck Enhancements for Trello?

Chuck Enhancements for Trello is a Chrome extension developed by https://chuckjhardy.com, and its main feature is "Show full card labels, cards count and card numbers on trello.com for easier communication in a team.".

Extension Screenshots

screenshot

Download Chuck Enhancements for Trello Extension CRX File

Download Chuck Enhancements for Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Chuck Enhancements for Trello Chuck Enhancements for Trello
ID jnfooppcjiafgeenkfeneflchjnpcepm
Official URL 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.
File Size 9.24 KB
Installation Count 342
Current Version 0.0.1
Last Updated 2015-02-18
Publish Date 2015-02-18
Rating 5.00/5 Total 2 Ratings
Developer https://chuckjhardy.com
Payment Type free
Extension Website https://github.com/ChuckJHardy/ChuckEnhancementsForTrello
Help Page URL https://github.com/ChuckJHardy/ChuckEnhancementsForTrello/issues
Supported Languages 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
        }
    ]
}