Card Colors for Trello
Takes card label colors, either merge them or pick the first and add them to the entire card.
Card Colors for Trello là gì?
Card Colors for Trello là một tiện ích mở rộng Chrome được phát triển bởi Trustpilot, và tính năng chính của nó là "Takes card label colors, either merge them or pick the first and add them to the entire card.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Card Colors for Trello
Tải xuống các tệp mở rộng Card Colors for Trello dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Simple extension allowing the selected label colors of cards in Trello to fill the entire card. Settings allow either combing colors of multiple labels by simple rgb base value average or pick the color of the first label. 1.0.0.8 - Fixed issue with changed classes 1.0.0.7 - Reduced CPU load by only updating the DOM when there are changes 1.0.0.6 - Fixed some style issues and added an option button to select between 'merge' and 'use first label color'-mode to the top left menu. 1.0.0.5 - Should play more nicely with stickers now. If not - let me know.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Card Colors for Trello |
ID | nodlpencjjlohojddhflnahnfpfanbjm |
URL Chính Thức | https://chromewebstore.google.com/detail/card-colors-for-trello/nodlpencjjlohojddhflnahnfpfanbjm |
Mô tả | Takes card label colors, either merge them or pick the first and add them to the entire card. |
Kích Thước Tệp | 37.98 KB |
Số Lần Cài Đặt | 22,843 |
Phiên Bản Hiện Tại | 1.0.0.8 |
Cập Nhật Lần Cuối | 2017-06-28 |
Ngày Phát Hành | 2017-06-28 |
Đánh Giá | 3.97/5 Tổng số 104 Đánh Giá |
Nhà Phát Triển | Trustpilot |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://legal.trustpilot.com/end-user-privacy-terms |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Card Colors for Trello", "description": "Takes card label colors, either merge them or pick the first and add them to the entire card.", "version": "1.0.0.8", "icons": { "128": "img\/icon128.png" }, "web_accessible_resources": [ "js\/jquery.min.map" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "js\/jquery-1.9.1.min.js", "js\/content.js" ] } ] } |