Trello Lists Manager
Allow to hide and show lists on your Trello boards.
什麼是Trello Lists Manager?
Trello Lists Manager是由michamfr開發的Chrome擴展程式,該擴展的主要功能是“Allow to hide and show lists on your Trello boards.”。
擴展截圖
下載Trello Lists Manager擴展crx文件
下載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 |
官方網址 | 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" } |