Trello Bug Feature Colors
Sets colors on Trello cards
Qu'est-ce que Trello Bug Feature Colors ?
Trello Bug Feature Colors est une extension Chrome développée par Derek Antrican, et sa fonction principale est "Sets colors on Trello cards".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trello Bug Feature Colors
Téléchargez les fichiers d'extension Trello Bug Feature 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
Colors Trello cards that have the label "Bug" or "Feature" a color based on the color of that label.
Informations de Base sur l'Extension
Nom | Trello Bug Feature Colors |
ID | bhdnphlokfjjjcamgofjdbdicmgnhkmp |
URL Officiel | https://chromewebstore.google.com/detail/trello-bug-feature-colors/bhdnphlokfjjjcamgofjdbdicmgnhkmp |
Description | Sets colors on Trello cards |
Taille du Fichier | 9.12 KB |
Nombre d'Installations | 18 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2022-11-04 |
Date de Publication | 2019-09-04 |
Développeur | Derek Antrican |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/derekantrican/TrelloBugFeatureColors |
Langues Prises en Charge | 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" } |