JIRA Issue Highlighting

Highlights background color of issues

Co to jest JIRA Issue Highlighting?

JIRA Issue Highlighting to rozszerzenie Chrome opracowane przez jeroen.meulendijks, a jego główną funkcją jest „Highlights background color of issues”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia JIRA Issue Highlighting

Pobierz pliki rozszerzeń JIRA Issue Highlighting w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa JIRA Issue Highlighting JIRA Issue Highlighting
ID eknpbjiclfddmpocgdjkncammmleehll
Oficjalny URL https://chromewebstore.google.com/detail/jira-issue-highlighting/eknpbjiclfddmpocgdjkncammmleehll
Opis Highlights background color of issues
Rozmiar pliku 36.65 KB
Liczba instalacji 156
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2017-07-07
Data Publikacji 2017-07-07
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper jeroen.meulendijks
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}