Card counter for Trello
Show card count in your Trello lanes
Card counter for Trelloคืออะไร?
Card counter for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matsuoshi และคุณลักษณะหลักของมันคือ "Show card count in your Trello lanes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Card counter for Trello
ดาวน์โหลดไฟล์ส่วนขยาย Card counter for Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome Extension for Trello https://github.com/matsuoshi/Card-counter-for-Trello always show card count number at the top of your Trello lanes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Card counter for Trello |
ID | gaafcohgckclklihjchllmhlhpclogfm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/card-counter-for-trello/gaafcohgckclklihjchllmhlhpclogfm |
คำอธิบาย | Show card count in your Trello lanes |
ขนาดไฟล์ | 8.78 KB |
จำนวนการติดตั้ง | 1,730 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-08-25 |
วันที่เผยแพร่ | 2019-11-16 |
คะแนน | 2.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | matsuoshi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/matsuoshi/Card-counter-for-Trello |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Card counter for Trello", "version": "1.0.2", "description": "Show card count in your Trello lanes", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "matsuoshi", "homepage_url": "https:\/\/github.com\/matsuoshi\/Card-counter-for-Trello", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "style.css" ] } ] } |