Trello Card Colors

Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.

What is Trello Card Colors?

Trello Card Colors is a Chrome extension developed by Koji Sekiguchi, and its main feature is "Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.".

Extension Screenshots

screenshot

Download Trello Card Colors Extension CRX File

Download Trello Card Colors 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

                        Fills each cards background colour on Trello boards with label colour of  the card.
More convinient and easier than official cover function.
 - less clicks than cover.
 - support multiple colors. 

0.1.1 - Fix some problems for coloring card on initial view.
0.1.0 - Change the title!
0.0.6 - Add Japanese description.
0.0.5 - Support multi labels card. 
0.0.4 - First release.                    

Extension Basic Information

Name Trello Card Colors Trello Card Colors
ID gnofggopjcccippphnjmajelmklljmhl
Official URL https://chromewebstore.google.com/detail/trello-card-colors/gnofggopjcccippphnjmajelmklljmhl
Description Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.
File Size 8.37 KB
Installation Count 2,167
Current Version 0.1.1
Last Updated 2022-06-28
Publish Date 2020-06-07
Rating 3.62/5 Total 13 Ratings
Developer Koji Sekiguchi
Email [email protected]
Payment Type free
Help Page URL https://twitter.com/sarumonera
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}