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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 :)                    

扩展基本信息

名称 Trello Lists Manager Trello Lists Manager
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"
}