Trello Bug Feature Colors
Sets colors on Trello cards
Cos'è Trello Bug Feature Colors?
Trello Bug Feature Colors è un'estensione di Chrome sviluppata da Derek Antrican, e la sua funzione principale è "Sets colors on Trello cards".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trello Bug Feature Colors
Scarica i file di estensione Trello Bug Feature Colors in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Colors Trello cards that have the label "Bug" or "Feature" a color based on the color of that label. Informazioni di Base sull'Estensione
| Nome | |
| ID | bhdnphlokfjjjcamgofjdbdicmgnhkmp |
| URL Ufficiale | https://chromewebstore.google.com/detail/trello-bug-feature-colors/bhdnphlokfjjjcamgofjdbdicmgnhkmp |
| Descrizione | Sets colors on Trello cards |
| Dimensione del File | 9.12 KB |
| Conteggio Installazioni | 18 |
| Versione Corrente | 3.0 |
| Ultimo Aggiornamento | 2022-11-04 |
| Data di Pubblicazione | 2019-09-04 |
| Sviluppatore | Derek Antrican |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/derekantrican/TrelloBugFeatureColors |
| Lingue Supportate | 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"
} | |