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
公式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
Eメール [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"
    }
}