Trello Lists Manager

Allow to hide and show lists on your Trello boards.

O que é Trello Lists Manager?

Trello Lists Manager é uma extensão do Chrome desenvolvida por michamfr, e sua principal característica é "Allow to hide and show lists on your Trello boards.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Trello Lists Manager

Baixe arquivos de extensão Trello Lists Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Trello Lists Manager Trello Lists Manager
ID aidnllgbgcffhbobliklniibjekkdgmb
URL Oficial https://chrome.google.com/webstore/detail/trello-lists-manager/aidnllgbgcffhbobliklniibjekkdgmb
Descrição Allow to hide and show lists on your Trello boards.
Tamanho do Arquivo 148 KB
Contagem de Instalações 171
Versão Atual 1.0.0
Última Atualização 2017-06-03
Data de Publicação 2017-06-03
Classificação 3.29/5 Total de 7 Avaliações
Desenvolvedor michamfr
Tipo de Pagamento free
Site da Extensão https://github.com/MollardMichael/trello-list-manager
Idiomas Suportados 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"
}