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!”。
扩展截图
下载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 |
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" } } |