Blue Ocean Description HTMLify
Turn Jenkins Blue Ocean Descriptions into proper HTML!
Blue Ocean Description HTMLifyคืออะไร?
Blue Ocean Description HTMLify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย j.r.jurman และคุณลักษณะหลักของมันคือ "Turn Jenkins Blue Ocean Descriptions into proper HTML!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blue Ocean Description HTMLify
ดาวน์โหลดไฟล์ส่วนขยาย Blue Ocean Description HTMLify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This package will automatically update the description message in the Jenkins Blue Ocean UI so that it renders as HTML, not as plain text. This should give you parity with the default Jenkins UI (which has supported HTML).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Blue Ocean Description HTMLify |
ID | maahpenodjcdhodbonmdkfgnceddigae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/blue-ocean-description-ht/maahpenodjcdhodbonmdkfgnceddigae |
คำอธิบาย | Turn Jenkins Blue Ocean Descriptions into proper HTML! |
ขนาดไฟล์ | 260 KB |
จำนวนการติดตั้ง | 345 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2022-03-19 |
วันที่เผยแพร่ | 2020-04-03 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | j.r.jurman |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/JRJurman/blue-ocean-description-htmlify-chrome-extension |
URL หน้าช่วยเหลือ | https://github.com/JRJurman/blue-ocean-description-htmlify-chrome-extension/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blue Ocean Description HTMLify", "version": "1.2", "description": "Turn Jenkins Blue Ocean Descriptions into proper HTML!", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*\/blue\/*" ], "js": [ "htmlify.js" ], "css": [ "htmlify.css" ] } ], "icons": { "128": "ship_emoji.png" } } |