Trello Flow

Hide columns in trello board that are not important for you!

O que é Trello Flow?

Trello Flow é uma extensão do Chrome desenvolvida por Renan Borges, e sua principal característica é "Hide columns in trello board that are not important for you!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Trello Flow

Baixe arquivos de extensão Trello Flow 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

                        Hide and show columns in Trello, just it!

No changes in your tasks, no changes in any card, your flow will keep working the only thing what will happen is: YOU select what YOU want to see or not!

One click to hide, one click to show again.                    

Informações Básicas da Extensão

Nome Trello Flow Trello Flow
ID iiflidlllljlnghlfigmebcnjiloohbn
URL Oficial https://chrome.google.com/webstore/detail/trello-flow/iiflidlllljlnghlfigmebcnjiloohbn
Descrição Hide columns in trello board that are not important for you!
Tamanho do Arquivo 294 KB
Contagem de Instalações 57
Versão Atual 1.0.2
Última Atualização 2022-11-03
Data de Publicação 2019-10-10
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Renan Borges
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/renanborgez
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Flow",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Hide columns in trello board that are not important for you!",
    "homepage_url": "https:\/\/github.com\/renanborgez\/TrelloFlow",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Trello Flow"
    },
    "permissions": [
        "https:\/\/trello.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}