JIRA Issue Highlighting

Highlights background color of issues

JIRA Issue Highlighting란 무엇입니까?

JIRA Issue Highlighting은(는) jeroen.meulendijks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlights background color of issues"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

JIRA Issue Highlighting 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 JIRA Issue Highlighting JIRA Issue Highlighting
ID eknpbjiclfddmpocgdjkncammmleehll
공식 URL https://chromewebstore.google.com/detail/jira-issue-highlighting/eknpbjiclfddmpocgdjkncammmleehll
설명 Highlights background color of issues
파일 크기 36.65 KB
설치 횟수 156
현재 버전 1.3
최근 업데이트 2017-07-07
출시 날짜 2017-07-07
평점 5.00/5 총 1 개의 평점
개발자 jeroen.meulendijks
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}