Lovely for Trello

makes trello a little more lovely - lower contrast, tighter layout, card backgrounds match label now open! fork our repo:…

O que é Lovely for Trello?

Lovely for Trello é uma extensão do Chrome desenvolvida por Big Bad Goose LLC, e sua principal característica é "makes trello a little more lovely - lower contrast, tighter layout, card backgrounds match label now open! fork our repo:…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Lovely for Trello

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

                        makes trello a little more lovely - lower contrast, tighter layout, card backgrounds match label

now open! fork our repo: https://github.com/bigbadgoose/lovely-for-trello

-- RELEASE NOTES
1.1.2 -- fixed background image clipped
1.1.1 -- card colors fill card background (feature restored after trello changed their html)
1.1.0 -- all new look and feel! fixed content views don't wrap
1.0.7 -- fixed button height in detail modal
1.0.6 -- renamed to "Lovely for Trello"
1.0.5 -- more manifest updates
1.0.4 -- updated manifest
1.0.3 -- made due date red on hover
1.0.2 -- made due date red on hover (didnt work)
1.0.1 -- diminished app-icons in lower left corner of cards
1.0 -- first release!                    

Informações Básicas da Extensão

Nome Lovely for Trello Lovely for Trello
ID hflefkhbcekopeloefnjmfiecckmokah
URL Oficial https://chrome.google.com/webstore/detail/lovely-for-trello/hflefkhbcekopeloefnjmfiecckmokah
Descrição makes trello a little more lovely - lower contrast, tighter layout, card backgrounds match label now open! fork our repo:…
Tamanho do Arquivo 75.74 KB
Contagem de Instalações 280
Versão Atual 1.1.2
Última Atualização 2014-09-17
Data de Publicação 2014-09-17
Classificação 4.00/5 Total de 8 Avaliações
Desenvolvedor Big Bad Goose LLC
Tipo de Pagamento free
Site da Extensão https://github.com/bigbadgoose/lovely-for-trello
URL da Página de Ajuda https://github.com/bigbadgoose/lovely-for-trello
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lovely for Trello",
    "version": "1.1.2",
    "icons": {
        "128": "trello-lovely-128.png",
        "48": "trello-lovely-48.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "trello-lovely.js"
            ],
            "css": [
                "trello-lovely.css"
            ]
        }
    ]
}