JIRA Issue Highlighting

Highlights background color of issues

Co je JIRA Issue Highlighting?

JIRA Issue Highlighting je rozšíření Chrome vyvinuté jeroen.meulendijks, a jeho hlavní funkcí je „Highlights background color of issues“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření JIRA Issue Highlighting

Stáhněte si soubory rozšíření JIRA Issue Highlighting ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název JIRA Issue Highlighting JIRA Issue Highlighting
ID eknpbjiclfddmpocgdjkncammmleehll
Oficiální URL https://chromewebstore.google.com/detail/jira-issue-highlighting/eknpbjiclfddmpocgdjkncammmleehll
Popis Highlights background color of issues
Velikost souboru 36.65 KB
Počet instalací 156
Aktuální Verze 1.3
Poslední Aktualizace 2017-07-07
Datum Vydání 2017-07-07
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář jeroen.meulendijks
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}