Trello Business Style

Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards

O que é Trello Business Style?

Trello Business Style é uma extensão do Chrome desenvolvida por Leonardo C Bottaro, e sua principal característica é "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Trello Business Style

Baixe arquivos de extensão Trello Business Style 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 adds a button on the top right corner inside your boards, click it to make the cards more readable and less crowded.

Changelog:

v1.2.1
Fixed Bug when changing boards
Tweaks to the style

v1.2.0
Updated extension to better use new Trello features
Added persistent state

v1.1.0
Bug fixes

v1.0.0
Initial Release

Make it better! Contribute on GitHub! https://github.com/leocb/trello-businessStyle                    

Informações Básicas da Extensão

Nome Trello Business Style Trello Business Style
ID knkibcjejmdcepoomodabefjobmajoco
URL Oficial https://chromewebstore.google.com/detail/trello-business-style/knkibcjejmdcepoomodabefjobmajoco
Descrição Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards
Tamanho do Arquivo 2.22 MB
Contagem de Instalações 297
Versão Atual 1.2.1
Última Atualização 2018-03-28
Data de Publicação 2018-03-28
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Leonardo C Bottaro
Tipo de Pagamento free
Site da Extensão https://github.com/leocb/trello-businessStyle
URL da Página de Ajuda https://github.com/leocb/trello-businessStyle/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Business Style",
    "short_name": "trello-Business-Style",
    "description": "Makes it easier to see what's important on Trello cards for teams that have too much information on their Boards",
    "version": "1.2.1",
    "icons": {
        "16": "images\/icon-16.png",
        "64": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/trello.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "content-scripts.js"
            ],
            "css": [
                "content-styles.css"
            ]
        }
    ]
}