Chuck Enhancements for Trello
Show full card labels, cards count and card numbers on trello.com for easier communication in a team.
Chuck Enhancements for Trelloคืออะไร?
Chuck Enhancements for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chuckjhardy.com และคุณลักษณะหลักของมันคือ "Show full card labels, cards count and card numbers on trello.com for easier communication in a team."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chuck Enhancements for Trello
ดาวน์โหลดไฟล์ส่วนขยาย Chuck Enhancements for Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Show full card labels, cards count and card numbers on trello.com for easier communication in a team.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chuck Enhancements for Trello |
ID | jnfooppcjiafgeenkfeneflchjnpcepm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chuck-enhancements-for-tr/jnfooppcjiafgeenkfeneflchjnpcepm |
คำอธิบาย | Show full card labels, cards count and card numbers on trello.com for easier communication in a team. |
ขนาดไฟล์ | 9.24 KB |
จำนวนการติดตั้ง | 342 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2015-02-18 |
วันที่เผยแพร่ | 2015-02-18 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://chuckjhardy.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ChuckJHardy/ChuckEnhancementsForTrello |
URL หน้าช่วยเหลือ | https://github.com/ChuckJHardy/ChuckEnhancementsForTrello/issues |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chuck Enhancements for Trello", "version": "0.0.1", "author": "Chuck J Hardy", "description": "Show full card labels, cards count and card numbers on trello.com for easier communication in a team.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "labels.css", "count.css", "numbers.css" ], "all_frames": true } ] } |