Blue Ocean Description HTMLify

Turn Jenkins Blue Ocean Descriptions into proper HTML!

什麼是Blue Ocean Description HTMLify?

Blue Ocean Description HTMLify是由j.r.jurman開發的Chrome擴展程式,該擴展的主要功能是“Turn Jenkins Blue Ocean Descriptions into proper HTML!”。

擴展截圖

screenshot

下載Blue Ocean Description HTMLify擴展crx文件

下載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 Blue Ocean Description HTMLify
ID maahpenodjcdhodbonmdkfgnceddigae
官方網址 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"
    }
}