Blue Ocean Description HTMLify
Turn Jenkins Blue Ocean Descriptions into proper HTML!
What is Blue Ocean Description HTMLify?
Blue Ocean Description HTMLify is a Chrome extension developed by j.r.jurman, and its main feature is "Turn Jenkins Blue Ocean Descriptions into proper HTML!".
Extension Screenshots
Download Blue Ocean Description HTMLify Extension CRX File
Download Blue Ocean Description HTMLify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | Blue Ocean Description HTMLify |
ID | maahpenodjcdhodbonmdkfgnceddigae |
Official URL | https://chromewebstore.google.com/detail/blue-ocean-description-ht/maahpenodjcdhodbonmdkfgnceddigae |
Description | Turn Jenkins Blue Ocean Descriptions into proper HTML! |
File Size | 260 KB |
Installation Count | 345 |
Current Version | 1.2 |
Last Updated | 2022-03-19 |
Publish Date | 2020-04-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | j.r.jurman |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/JRJurman/blue-ocean-description-htmlify-chrome-extension |
Help Page URL | https://github.com/JRJurman/blue-ocean-description-htmlify-chrome-extension/issues |
Supported Languages | 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" } } |