Trello User Filter

Click user avatars to show / hide their Trello cards.

O que é Trello User Filter?

Trello User Filter é uma extensão do Chrome desenvolvida por terrylidev, e sua principal característica é "Click user avatars to show / hide their Trello cards.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Trello User Filter

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

                        This extension displays 'User filter' on Trello board. From there you can click user avatars to quickly show / hide their cards.

1.6.0 - Minor style update.
1.5.0 - Minor style update.
1.4.0 - Bug fix.
1.3.0 - Bug fix.
1.2.0 - Update icon. Minor style update.
1.1.0 - Display user initials as filter buttons as well.
1.0.0 - Display user avatars as filter buttons.                    

Informações Básicas da Extensão

Nome Trello User Filter Trello User Filter
ID eekfflgfcehaajgagdahecimghhdhjdg
URL Oficial https://chromewebstore.google.com/detail/trello-user-filter/eekfflgfcehaajgagdahecimghhdhjdg
Descrição Click user avatars to show / hide their Trello cards.
Tamanho do Arquivo 446 KB
Contagem de Instalações 93
Versão Atual 1.6.0
Última Atualização 2020-05-21
Data de Publicação 2020-05-21
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor terrylidev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello User Filter",
    "version": "1.6.0",
    "description": "Click user avatars to show \/ hide their Trello cards.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ]
}