Card Colors for Trello

Takes card label colors, either merge them or pick the first and add them to the entire card.

¿Qué es Card Colors for Trello?

Card Colors for Trello es una extensión de Chrome desarrollada por Trustpilot, y su función principal es "Takes card label colors, either merge them or pick the first and add them to the entire card.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Card Colors for Trello

Descarga archivos de extensión Card Colors for Trello en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Simple extension allowing the selected label colors of cards in Trello to fill the entire card. Settings allow either combing colors of multiple labels by simple rgb base value average or pick the color of the first label.

1.0.0.8 - Fixed issue with changed classes
1.0.0.7 - Reduced CPU load by only updating the DOM when there are changes
1.0.0.6 - Fixed some style issues and added an option button to select between 'merge' and 'use first label color'-mode to the top left menu.
1.0.0.5 - Should play more nicely with stickers now. If not - let me know.                    

Información Básica de la Extensión

Nombre Card Colors for Trello Card Colors for Trello
ID nodlpencjjlohojddhflnahnfpfanbjm
URL Oficial https://chromewebstore.google.com/detail/card-colors-for-trello/nodlpencjjlohojddhflnahnfpfanbjm
Descripción Takes card label colors, either merge them or pick the first and add them to the entire card.
Tamaño del Archivo 37.98 KB
Cantidad de Instalaciones 22,843
Versión Actual 1.0.0.8
Última Actualización 2017-06-28
Fecha de Publicación 2017-06-28
Calificación 3.97/5 Total de 104 Calificaciones
Desarrollador Trustpilot
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad http://legal.trustpilot.com/end-user-privacy-terms
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Card Colors for Trello",
    "description": "Takes card label colors, either merge them or pick the first and add them to the entire card.",
    "version": "1.0.0.8",
    "icons": {
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "js\/jquery.min.map"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "js\/jquery-1.9.1.min.js",
                "js\/content.js"
            ]
        }
    ]
}