Trello Bug Feature Colors
Sets colors on Trello cards
Apa itu Trello Bug Feature Colors?
Trello Bug Feature Colors adalah ekstensi Chrome yang dikembangkan oleh Derek Antrican, dan fitur utamanya adalah "Sets colors on Trello cards".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Trello Bug Feature Colors
Unduh file ekstensi Trello Bug Feature Colors dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Colors Trello cards that have the label "Bug" or "Feature" a color based on the color of that label.
Informasi Dasar Ekstensi
Nama | Trello Bug Feature Colors |
ID | bhdnphlokfjjjcamgofjdbdicmgnhkmp |
URL Resmi | https://chromewebstore.google.com/detail/trello-bug-feature-colors/bhdnphlokfjjjcamgofjdbdicmgnhkmp |
Deskripsi | Sets colors on Trello cards |
Ukuran File | 9.12 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 3.0 |
Terakhir Diperbarui | 2022-11-04 |
Tanggal Publikasi | 2019-09-04 |
Pengembang | Derek Antrican |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/derekantrican/TrelloBugFeatureColors |
Bahasa yang Didukung | 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" } |