Trello feels good

Aesthetic Trello theme

O que é Trello feels good?

Trello feels good é uma extensão do Chrome desenvolvida por https://trello.gambala.pro, e sua principal característica é "Aesthetic Trello theme".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Trello feels good

Baixe arquivos de extensão Trello feels good 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 makes Trello web interface much cleaner and convenient.

New in 0.3.3
- Fixed a bug with non opening modal windows on wide screens

Features:
- Recoloring UI to the nice light palette
- Optimize trello cards opening on wide displays
- Remove huge thumbnails from cards to hover-in mini-section                    

Informações Básicas da Extensão

Nome Trello feels good Trello feels good
ID hiomhgngghagmknaljmoggplloglmkmb
URL Oficial https://chromewebstore.google.com/detail/trello-feels-good/hiomhgngghagmknaljmoggplloglmkmb
Descrição Aesthetic Trello theme
Tamanho do Arquivo 35.86 KB
Contagem de Instalações 61
Versão Atual 0.3.3
Última Atualização 2020-01-07
Data de Publicação 2020-01-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://trello.gambala.pro
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 feels good",
    "version": "0.3.3",
    "author": "Vitaliy Emeliyantsev",
    "description": "Aesthetic Trello theme",
    "homepage_url": "https:\/\/github.com\/gambala\/trello",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "21",
    "short_name": "Trello feels good",
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Trello feels good"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "vendor\/jquery-3.1.1.slim.min.js",
                "trello.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/trello.com\/*"
    ],
    "web_accessible_resources": [
        "trello.css"
    ]
}