Trello Lists Manager

Allow to hide and show lists on your Trello boards.

Wat is Trello Lists Manager?

Trello Lists Manager is een Chrome-extensie ontwikkeld door michamfr, en de belangrijkste functie is "Allow to hide and show lists on your Trello boards.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Trello Lists Manager

Download Trello Lists Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Trello Lists Manager Trello Lists Manager
ID aidnllgbgcffhbobliklniibjekkdgmb
Officiële URL https://chrome.google.com/webstore/detail/trello-lists-manager/aidnllgbgcffhbobliklniibjekkdgmb
Beschrijving Allow to hide and show lists on your Trello boards.
Bestandsgrootte 148 KB
Aantal Installaties 171
Huidige Versie 1.0.0
Laatst Bijgewerkt 2017-06-03
Publicatiedatum 2017-06-03
Beoordeling 3.29/5 Totaal 7 Beoordelingen
Ontwikkelaar michamfr
Betalingswijze free
Extensiewebsite https://github.com/MollardMichael/trello-list-manager
Ondersteunde Talen 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"
}