Blue Ocean Description HTMLify

Turn Jenkins Blue Ocean Descriptions into proper HTML!

Wat is Blue Ocean Description HTMLify?

Blue Ocean Description HTMLify is een Chrome-extensie ontwikkeld door j.r.jurman, en de belangrijkste functie is "Turn Jenkins Blue Ocean Descriptions into proper HTML!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Blue Ocean Description HTMLify

Download Blue Ocean Description HTMLify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Blue Ocean Description HTMLify Blue Ocean Description HTMLify
ID maahpenodjcdhodbonmdkfgnceddigae
Officiële URL https://chromewebstore.google.com/detail/blue-ocean-description-ht/maahpenodjcdhodbonmdkfgnceddigae
Beschrijving Turn Jenkins Blue Ocean Descriptions into proper HTML!
Bestandsgrootte 260 KB
Aantal Installaties 345
Huidige Versie 1.2
Laatst Bijgewerkt 2022-03-19
Publicatiedatum 2020-04-03
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar j.r.jurman
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/JRJurman/blue-ocean-description-htmlify-chrome-extension
Help Pagina-URL https://github.com/JRJurman/blue-ocean-description-htmlify-chrome-extension/issues
Ondersteunde Talen 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"
    }
}