Trello Card Colors

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

Was ist Trello Card Colors?

Trello Card Colors ist eine Chrome-Erweiterung, die von Koji Sekiguchi entwickelt wurde, und ihr Hauptmerkmal ist "Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.".

Erweiterungsscreenshots

screenshot

Trello Card Colors-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trello Card Colors-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Trello Card Colors Trello Card Colors
ID gnofggopjcccippphnjmajelmklljmhl
Offizielle URL https://chromewebstore.google.com/detail/trello-card-colors/gnofggopjcccippphnjmajelmklljmhl
Beschreibung Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.
Dateigröße 8.37 KB
Installationsanzahl 2,167
Aktuelle Version 0.1.1
Letztes Update 2022-06-28
Veröffentlichungsdatum 2020-06-07
Bewertung 3.62/5 Insgesamt 13 Bewertungen
Entwickler Koji Sekiguchi
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://twitter.com/sarumonera
Unterstützte Sprachen 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
        }
    ]
}