Trello card counter
Count Trello cards in Lists
Trello card counterคืออะไร?
Trello card counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย martin.mouterde และคุณลักษณะหลักของมันคือ "Count Trello cards in Lists"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello card counter
ดาวน์โหลดไฟล์ส่วนขยาย Trello card counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome extension witch Add the number of card in each column.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Trello card counter |
ID | lkifhkgedjabhdpbogaobhkgajndjihg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trello-card-counter/lkifhkgedjabhdpbogaobhkgajndjihg |
คำอธิบาย | Count Trello cards in Lists |
ขนาดไฟล์ | 101 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2017-05-30 |
วันที่เผยแพร่ | 2017-05-30 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | martin.mouterde |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mmouterde/TrelloCardCounter |
URL หน้าช่วยเหลือ | https://github.com/mmouterde/TrelloCardCounter |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello card counter", "description": "Count Trello cards in Lists", "version": "1.0.1", "icons": { "16": "img\/logo16.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "author": "Martin Mouterde", "content_scripts": [ { "css": [ "style\/style.css" ], "js": [ "lib\/jquery-1.11.2.js", "lib\/jquery.waituntilexists.js", "scripts\/main.js" ], "matches": [ "https:\/\/trello.com\/b*" ] } ], "permissions": [ "https:\/\/trello.com\/*" ], "manifest_version": 2 } |