Card Color Titles for Trello

Show the Card label titles on trello.com for easier communication in a team

What is Card Color Titles for Trello?

Card Color Titles for Trello is a Chrome extension developed by chuckjhardy, and its main feature is "Show the Card label titles on trello.com for easier communication in a team".

Extension Screenshots

screenshot

Download Card Color Titles for Trello Extension CRX File

Download Card Color Titles 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

                                            

Extension Basic Information

Name Card Color Titles for Trello Card Color Titles for Trello
ID hpmobkglehhleflhaefmfajhbdnjmgim
Official URL https://chromewebstore.google.com/detail/card-color-titles-for-tre/hpmobkglehhleflhaefmfajhbdnjmgim
Description Show the Card label titles on trello.com for easier communication in a team
File Size 3.26 KB
Installation Count 66,432
Current Version 1.0.1
Last Updated 2016-06-14
Publish Date 2016-06-14
Rating 4.51/5 Total 151 Ratings
Developer chuckjhardy
Payment Type free
Extension Website https://github.com/ChuckJHardy/ColorTitlesTrello
Help Page URL https://github.com/ChuckJHardy/ColorTitlesTrello/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Card Color Titles for Trello",
    "version": "1.0.1",
    "description": "Show the Card label titles on trello.com for easier communication in a team",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "override.css"
            ],
            "all_frames": true
        }
    ]
}