Blue Ocean Description HTMLify

Turn Jenkins Blue Ocean Descriptions into proper HTML!

Hvad er Blue Ocean Description HTMLify?

Blue Ocean Description HTMLify er en Chrome-udvidelse udviklet af j.r.jurman, og dens hovedfunktion er "Turn Jenkins Blue Ocean Descriptions into proper HTML!".

Udvidelsesskærmbilleder

screenshot

Download Blue Ocean Description HTMLify-udvidelses-CRX-fil

Download Blue Ocean Description HTMLify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Blue Ocean Description HTMLify Blue Ocean Description HTMLify
ID maahpenodjcdhodbonmdkfgnceddigae
Officiel URL https://chromewebstore.google.com/detail/blue-ocean-description-ht/maahpenodjcdhodbonmdkfgnceddigae
Beskrivelse Turn Jenkins Blue Ocean Descriptions into proper HTML!
Filstørrelse 260 KB
Antal Installationer 345
Nuværende Version 1.2
Senest Opdateret 2022-03-19
Udgivelsesdato 2020-04-03
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler j.r.jurman
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/JRJurman/blue-ocean-description-htmlify-chrome-extension
Hjælpeside-URL https://github.com/JRJurman/blue-ocean-description-htmlify-chrome-extension/issues
Understøttede Sprog 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"
    }
}