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
官方網址 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"
    ]
}