Trello Bug Feature Colors
Sets colors on Trello cards
Vad är Trello Bug Feature Colors?
Trello Bug Feature Colors är en Chrome-tillägg utvecklad av Derek Antrican, och dess huvudfunktion är "Sets colors on Trello cards".
Tilläggsskärmbilder
Ladda ner Trello Bug Feature Colors-förlängningens CRX-fil
Ladda ner Trello Bug Feature Colors-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Colors Trello cards that have the label "Bug" or "Feature" a color based on the color of that label.
Grundläggande Information om Tillägg
Namn | Trello Bug Feature Colors |
ID | bhdnphlokfjjjcamgofjdbdicmgnhkmp |
Officiell webbadress | https://chromewebstore.google.com/detail/trello-bug-feature-colors/bhdnphlokfjjjcamgofjdbdicmgnhkmp |
Beskrivning | Sets colors on Trello cards |
Filstorlek | 9.12 KB |
Antal Installationer | 18 |
Aktuell Version | 3.0 |
Senast Uppdaterad | 2022-11-04 |
Publiceringsdatum | 2019-09-04 |
Utvecklare | Derek Antrican |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/derekantrican/TrelloBugFeatureColors |
Stödda Språk | 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" } |