Blue Ocean Description HTMLify

Turn Jenkins Blue Ocean Descriptions into proper HTML!

Blue Ocean Description HTMLify là gì?

Blue Ocean Description HTMLify là một tiện ích mở rộng Chrome được phát triển bởi j.r.jurman, và tính năng chính của nó là "Turn Jenkins Blue Ocean Descriptions into proper HTML!".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Blue Ocean Description HTMLify

Tải xuống các tệp mở rộng Blue Ocean Description HTMLify 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

                        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).                    

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

Tên Blue Ocean Description HTMLify Blue Ocean Description HTMLify
ID maahpenodjcdhodbonmdkfgnceddigae
URL Chính Thức https://chromewebstore.google.com/detail/blue-ocean-description-ht/maahpenodjcdhodbonmdkfgnceddigae
Mô tả Turn Jenkins Blue Ocean Descriptions into proper HTML!
Kích Thước Tệp 260 KB
Số Lần Cài Đặt 345
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-03-19
Ngày Phát Hành 2020-04-03
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển j.r.jurman
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/JRJurman/blue-ocean-description-htmlify-chrome-extension
URL Trang Trợ Giúp https://github.com/JRJurman/blue-ocean-description-htmlify-chrome-extension/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}