JIRA Issue Highlighting

Highlights background color of issues

JIRA Issue Highlighting là gì?

JIRA Issue Highlighting là một tiện ích mở rộng Chrome được phát triển bởi jeroen.meulendijks, và tính năng chính của nó là "Highlights background color of issues".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JIRA Issue Highlighting

Tải xuống các tệp mở rộng JIRA Issue Highlighting dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JIRA Issue Highlighting JIRA Issue Highlighting
ID eknpbjiclfddmpocgdjkncammmleehll
URL Chính Thức https://chromewebstore.google.com/detail/jira-issue-highlighting/eknpbjiclfddmpocgdjkncammmleehll
Mô tả Highlights background color of issues
Kích Thước Tệp 36.65 KB
Số Lần Cài Đặt 156
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2017-07-07
Ngày Phát Hành 2017-07-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển jeroen.meulendijks
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}