Trello Card Colors
Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.
Apa itu Trello Card Colors?
Trello Card Colors adalah ekstensi Chrome yang dikembangkan oleh Koji Sekiguchi, dan fitur utamanya adalah "Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Trello Card Colors
Unduh file ekstensi Trello Card 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
Fills each cards background colour on Trello boards with label colour of the card. More convinient and easier than official cover function. - less clicks than cover. - support multiple colors. 0.1.1 - Fix some problems for coloring card on initial view. 0.1.0 - Change the title! 0.0.6 - Add Japanese description. 0.0.5 - Support multi labels card. 0.0.4 - First release.
Informasi Dasar Ekstensi
Nama | Trello Card Colors |
ID | gnofggopjcccippphnjmajelmklljmhl |
URL Resmi | https://chromewebstore.google.com/detail/trello-card-colors/gnofggopjcccippphnjmajelmklljmhl |
Deskripsi | Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello. |
Ukuran File | 8.37 KB |
Jumlah Instalasi | 2,167 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2022-06-28 |
Tanggal Publikasi | 2020-06-07 |
Penilaian | 3.62/5 Total 13 Penilaian |
Pengembang | Koji Sekiguchi |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://twitter.com/sarumonera |
Bahasa yang Didukung | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "0.1.1", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |