Trello Card Colors

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

Qu'est-ce que Trello Card Colors ?

Trello Card Colors est une extension Chrome développée par Koji Sekiguchi, et sa fonction principale est "Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trello Card Colors

Téléchargez les fichiers d'extension Trello Card Colors 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

                        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.                    

Informations de Base sur l'Extension

Nom Trello Card Colors Trello Card Colors
ID gnofggopjcccippphnjmajelmklljmhl
URL Officiel 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.
Taille du Fichier 8.37 KB
Nombre d'Installations 2,167
Version Actuelle 0.1.1
Dernière Mise à Jour 2022-06-28
Date de Publication 2020-06-07
Évaluation 3.62/5 Total 13 Évaluations
Développeur Koji Sekiguchi
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://twitter.com/sarumonera
Langues Prises en Charge 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
        }
    ]
}