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
电子邮箱 [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"
    ]
}