Fix Trello Boards Width

Fix the container width of the Trello boards after latest UI update

O que é Fix Trello Boards Width?

Fix Trello Boards Width é uma extensão do Chrome desenvolvida por denno020, e sua principal característica é "Fix the container width of the Trello boards after latest UI update".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Fix Trello Boards Width

Baixe arquivos de extensão Fix Trello Boards Width 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

                        Simply makes the Trello boards container take up the entire width of the browser, meaning more boards can be seen at once.

Since the most recent Trello update, whereby a Home feed was added, the boards page was restricted to a mere ~700px. For users with large monitors, this was never going to display very well. This extension will fix that.                    

Informações Básicas da Extensão

Nome Fix Trello Boards Width Fix Trello Boards Width
ID ogdhdcfaleaijhiknnhphgnhofmpedpi
URL Oficial https://chromewebstore.google.com/detail/fix-trello-boards-width/ogdhdcfaleaijhiknnhphgnhofmpedpi
Descrição Fix the container width of the Trello boards after latest UI update
Tamanho do Arquivo 1.14 MB
Contagem de Instalações 156
Versão Atual 1.1.5
Última Atualização 2020-01-29
Data de Publicação 2020-01-29
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor denno020
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": "Fix Trello Boards Width",
    "version": "1.1.5",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "description": "Fix the container width of the Trello boards after latest UI update",
    "author": "Luke Denton ",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.trello.com\/*",
                "https:\/\/*.trello.com\/*"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ]
}