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ファイルをダウンロード

JIRA Issue Highlighting拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}