JIRA Issue Highlighting

Highlights background color of issues

JIRA Issue Highlightingคืออะไร?

JIRA Issue Highlighting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jeroen.meulendijks และคุณลักษณะหลักของมันคือ "Highlights background color of issues"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JIRA Issue Highlighting

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}