Trello Lists Manager
Allow to hide and show lists on your Trello boards.
Trello Lists Manager là gì?
Trello Lists Manager là một tiện ích mở rộng Chrome được phát triển bởi michamfr, và tính năng chính của nó là "Allow to hide and show lists on your Trello boards.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Trello Lists Manager
Tải xuống các tệp mở rộng Trello Lists Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aidnllgbgcffhbobliklniibjekkdgmb |
URL Chính Thức | https://chrome.google.com/webstore/detail/trello-lists-manager/aidnllgbgcffhbobliklniibjekkdgmb |
Mô tả | Allow to hide and show lists on your Trello boards. |
Kích Thước Tệp | 148 KB |
Số Lần Cài Đặt | 171 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2017-06-03 |
Ngày Phát Hành | 2017-06-03 |
Đánh Giá | 3.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | michamfr |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/MollardMichael/trello-list-manager |
Ngôn Ngữ Được Hỗ Trợ | 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" } |