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คืออะไร?
Card Colors for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trustpilot และคุณลักษณะหลักของมันคือ "Takes card label colors, either merge them or pick the first and add them to the entire card."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Card Colors for Trello
ดาวน์โหลดไฟล์ส่วนขยาย Card Colors for Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Card Colors for Trello |
ID | nodlpencjjlohojddhflnahnfpfanbjm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/card-colors-for-trello/nodlpencjjlohojddhflnahnfpfanbjm |
คำอธิบาย | Takes card label colors, either merge them or pick the first and add them to the entire card. |
ขนาดไฟล์ | 37.98 KB |
จำนวนการติดตั้ง | 22,843 |
เวอร์ชันปัจจุบัน | 1.0.0.8 |
อัปเดตครั้งล่าสุด | 2017-06-28 |
วันที่เผยแพร่ | 2017-06-28 |
คะแนน | 3.97/5 รวมทั้งหมด 104 คะแนน |
ผู้พัฒนา | Trustpilot |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://legal.trustpilot.com/end-user-privacy-terms |
ภาษาที่รองรับ | 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" ] } ] } |