Trello Bug Feature Colors
Sets colors on Trello cards
What is Trello Bug Feature Colors?
Trello Bug Feature Colors is a Chrome extension developed by Derek Antrican, and its main feature is "Sets colors on Trello cards".
Extension Screenshots
Download Trello Bug Feature Colors Extension CRX File
Download Trello Bug Feature Colors extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Colors Trello cards that have the label "Bug" or "Feature" a color based on the color of that label.
Extension Basic Information
Name | Trello Bug Feature Colors |
ID | bhdnphlokfjjjcamgofjdbdicmgnhkmp |
Official URL | https://chromewebstore.google.com/detail/trello-bug-feature-colors/bhdnphlokfjjjcamgofjdbdicmgnhkmp |
Description | Sets colors on Trello cards |
File Size | 9.12 KB |
Installation Count | 18 |
Current Version | 3.0 |
Last Updated | 2022-11-04 |
Publish Date | 2019-09-04 |
Developer | Derek Antrican |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/derekantrican/TrelloBugFeatureColors |
Supported Languages | 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" } |