Blue Ocean Description HTMLify
Turn Jenkins Blue Ocean Descriptions into proper HTML!
ما هو Blue Ocean Description HTMLify؟
Blue Ocean Description HTMLify هو إضافة Chrome تم تطويرها بواسطة j.r.jurman، والميزة الرئيسية لها هي "Turn Jenkins Blue Ocean Descriptions into proper HTML!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Blue Ocean Description HTMLify
قم بتنزيل ملفات الامتداد Blue Ocean Description HTMLify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |