Trello Lists Manager
Allow to hide and show lists on your Trello boards.
Trello Lists Managerคืออะไร?
Trello Lists Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย michamfr และคุณลักษณะหลักของมันคือ "Allow to hide and show lists on your Trello boards."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Lists Manager
ดาวน์โหลดไฟล์ส่วนขยาย Trello Lists Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows to hide entire list from being displayed on your board with having to archive them. This becomes really useful if the board becames too big and doesn't belongs to you :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aidnllgbgcffhbobliklniibjekkdgmb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/trello-lists-manager/aidnllgbgcffhbobliklniibjekkdgmb |
คำอธิบาย | Allow to hide and show lists on your Trello boards. |
ขนาดไฟล์ | 148 KB |
จำนวนการติดตั้ง | 171 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2017-06-03 |
วันที่เผยแพร่ | 2017-06-03 |
คะแนน | 3.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | michamfr |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/MollardMichael/trello-list-manager |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "content_scripts": [ { "all_frames": true, "css": [ "style.css" ], "js": [ "js\/jquery-1.11.1.min.js", "js\/jquery.ba-throttle-debounce.min.js", "js\/jquery.waituntilexists.min.js", "js\/mutation-summary.js", "js\/list-manager.js" ], "matches": [ "*:\/\/trello.com\/*" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/trello.com\/", "storage" ], "icons": { "48": "icons\/tlm48.png", "128": "icons\/tlm128.png" }, "manifest_version": 2, "name": "Trello Lists Manager", "short_name": "TLM", "description": "Allow to hide and show lists on your Trello boards.", "author": "Michael Mollard" } |