Trello Lists Manager

Allow to hide and show lists on your Trello boards.

What is Trello Lists Manager?

Trello Lists Manager is a Chrome extension developed by michamfr, and its main feature is "Allow to hide and show lists on your Trello boards.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Trello Lists Manager Extension CRX File

Download Trello Lists Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Trello Lists Manager Trello Lists Manager
ID aidnllgbgcffhbobliklniibjekkdgmb
Official URL https://chrome.google.com/webstore/detail/trello-lists-manager/aidnllgbgcffhbobliklniibjekkdgmb
Description Allow to hide and show lists on your Trello boards.
File Size 148 KB
Installation Count 171
Current Version 1.0.0
Last Updated 2017-06-03
Publish Date 2017-06-03
Rating 3.29/5 Total 7 Ratings
Developer michamfr
Payment Type free
Extension Website https://github.com/MollardMichael/trello-list-manager
Supported Languages 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"
}