JIRA Issue Highlighting

Highlights background color of issues

Wat is JIRA Issue Highlighting?

JIRA Issue Highlighting is een Chrome-extensie ontwikkeld door jeroen.meulendijks, en de belangrijkste functie is "Highlights background color of issues".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie JIRA Issue Highlighting

Download JIRA Issue Highlighting-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam JIRA Issue Highlighting JIRA Issue Highlighting
ID eknpbjiclfddmpocgdjkncammmleehll
Officiële URL https://chromewebstore.google.com/detail/jira-issue-highlighting/eknpbjiclfddmpocgdjkncammmleehll
Beschrijving Highlights background color of issues
Bestandsgrootte 36.65 KB
Aantal Installaties 156
Huidige Versie 1.3
Laatst Bijgewerkt 2017-07-07
Publicatiedatum 2017-07-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jeroen.meulendijks
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}