JIRA Issue Highlighting

Highlights background color of issues

Was ist JIRA Issue Highlighting?

JIRA Issue Highlighting ist eine Chrome-Erweiterung, die von jeroen.meulendijks entwickelt wurde, und ihr Hauptmerkmal ist "Highlights background color of issues".

Erweiterungsscreenshots

screenshot
screenshot

JIRA Issue Highlighting-Erweiterungs-CRX-Datei herunterladen

Laden Sie JIRA Issue Highlighting-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name JIRA Issue Highlighting JIRA Issue Highlighting
ID eknpbjiclfddmpocgdjkncammmleehll
Offizielle URL https://chromewebstore.google.com/detail/jira-issue-highlighting/eknpbjiclfddmpocgdjkncammmleehll
Beschreibung Highlights background color of issues
Dateigröße 36.65 KB
Installationsanzahl 156
Aktuelle Version 1.3
Letztes Update 2017-07-07
Veröffentlichungsdatum 2017-07-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler jeroen.meulendijks
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}