JIRA Issue Highlighting

Highlights background color of issues

¿Qué es JIRA Issue Highlighting?

JIRA Issue Highlighting es una extensión de Chrome desarrollada por jeroen.meulendijks, y su función principal es "Highlights background color of issues".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión JIRA Issue Highlighting

Descarga archivos de extensión JIRA Issue Highlighting 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

                        To use this extension follow the following steps:
- Set "Board Settings" -> "Card Colors"

Normally setting the card colors will only add a bar on the left side of the issue. But with this plugin it will color the whole card. The bar on the left of the issue will get the color set by "Card Color" and the rest of the card will get a 90% lighter color. So if the bar is set to dark green, the rest of the card will be light green.                    

Información Básica de la Extensión

Nombre JIRA Issue Highlighting JIRA Issue Highlighting
ID eknpbjiclfddmpocgdjkncammmleehll
URL Oficial https://chromewebstore.google.com/detail/jira-issue-highlighting/eknpbjiclfddmpocgdjkncammmleehll
Descripción Highlights background color of issues
Tamaño del Archivo 36.65 KB
Cantidad de Instalaciones 156
Versión Actual 1.3
Última Actualización 2017-07-07
Fecha de Publicación 2017-07-07
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador jeroen.meulendijks
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Jeroen Meulendijks",
    "content_scripts": [
        {
            "js": [
                "script.js",
                "jquery-3.2.1.min.js"
            ],
            "matches": [
                "https:\/\/*\/secure\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Highlights background color of issues",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "JIRA Issue Highlighting",
    "version": "1.3",
    "web_accessible_resources": [
        "script.js"
    ]
}