Card Colors for Trello
Takes card label colors, either merge them or pick the first and add them to the entire card.
Was ist Card Colors for Trello?
Card Colors for Trello ist eine Chrome-Erweiterung, die von Trustpilot entwickelt wurde, und ihr Hauptmerkmal ist "Takes card label colors, either merge them or pick the first and add them to the entire card.".
Erweiterungsscreenshots
Card Colors for Trello-Erweiterungs-CRX-Datei herunterladen
Laden Sie Card Colors for Trello-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
Simple extension allowing the selected label colors of cards in Trello to fill the entire card. Settings allow either combing colors of multiple labels by simple rgb base value average or pick the color of the first label. 1.0.0.8 - Fixed issue with changed classes 1.0.0.7 - Reduced CPU load by only updating the DOM when there are changes 1.0.0.6 - Fixed some style issues and added an option button to select between 'merge' and 'use first label color'-mode to the top left menu. 1.0.0.5 - Should play more nicely with stickers now. If not - let me know.
Grundlegende Informationen zur Erweiterung
Name | Card Colors for Trello |
ID | nodlpencjjlohojddhflnahnfpfanbjm |
Offizielle URL | https://chromewebstore.google.com/detail/card-colors-for-trello/nodlpencjjlohojddhflnahnfpfanbjm |
Beschreibung | Takes card label colors, either merge them or pick the first and add them to the entire card. |
Dateigröße | 37.98 KB |
Installationsanzahl | 22,843 |
Aktuelle Version | 1.0.0.8 |
Letztes Update | 2017-06-28 |
Veröffentlichungsdatum | 2017-06-28 |
Bewertung | 3.97/5 Insgesamt 104 Bewertungen |
Entwickler | Trustpilot |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://legal.trustpilot.com/end-user-privacy-terms |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Card Colors for Trello", "description": "Takes card label colors, either merge them or pick the first and add them to the entire card.", "version": "1.0.0.8", "icons": { "128": "img\/icon128.png" }, "web_accessible_resources": [ "js\/jquery.min.map" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "js\/jquery-1.9.1.min.js", "js\/content.js" ] } ] } |