Trello Bug Feature Colors
Sets colors on Trello cards
Was ist Trello Bug Feature Colors?
Trello Bug Feature Colors ist eine Chrome-Erweiterung, die von Derek Antrican entwickelt wurde, und ihr Hauptmerkmal ist "Sets colors on Trello cards".
Erweiterungsscreenshots
Trello Bug Feature Colors-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trello Bug Feature 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
Colors Trello cards that have the label "Bug" or "Feature" a color based on the color of that label.
Grundlegende Informationen zur Erweiterung
Name | Trello Bug Feature Colors |
ID | bhdnphlokfjjjcamgofjdbdicmgnhkmp |
Offizielle URL | https://chromewebstore.google.com/detail/trello-bug-feature-colors/bhdnphlokfjjjcamgofjdbdicmgnhkmp |
Beschreibung | Sets colors on Trello cards |
Dateigröße | 9.12 KB |
Installationsanzahl | 18 |
Aktuelle Version | 3.0 |
Letztes Update | 2022-11-04 |
Veröffentlichungsdatum | 2019-09-04 |
Entwickler | Derek Antrican |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/derekantrican/TrelloBugFeatureColors |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "description": "Sets colors on Trello cards", "icons": { "128": "img\/icon128.png" }, "manifest_version": 3, "name": "Trello Bug Feature Colors", "version": "3.0" } |