Jenkins Terminal Colors
Provides terminal colors in the 'Console' panels of Jenkins
ما هو Jenkins Terminal Colors؟
Jenkins Terminal Colors هو إضافة Chrome تم تطويرها بواسطة Denis Roussel، والميزة الرئيسية لها هي "Provides terminal colors in the 'Console' panels of Jenkins".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Jenkins Terminal Colors
قم بتنزيل ملفات الامتداد Jenkins Terminal Colors بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
What is changed : - Background color and text colors fits 'black Solarized' theme. How to use : - Install this Chrome extension, - Just go on any console panel on Jenkins instance, - You don't need any Jenkins plugin. This project is open-source : https://github.com/M6Web/JenkinsTerminalColors
معلومات أساسية عن التمديد
الاسم | Jenkins Terminal Colors |
ID | njhooapdhhjehkemlbobcdenmdbiooml |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/jenkins-terminal-colors/njhooapdhhjehkemlbobcdenmdbiooml |
الوصف | Provides terminal colors in the 'Console' panels of Jenkins |
حجم الملف | 107 KB |
عدد التثبيتات | 471 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2014-11-04 |
تاريخ النشر | 2014-11-04 |
تقييم | 2.40/5 مجموع تقييمات 15 |
المطور | Denis Roussel |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/M6Web/JenkinsTerminalColors |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jenkins Terminal Colors", "version": "0.0.4", "description": "Provides terminal colors in the 'Console' panels of Jenkins", "manifest_version": 2, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "web_accessible_resources": [ "js\/vendor\/jquery-2.0.3.min.js", "js\/vendor\/jquery-2.0.3.min.map" ], "content_scripts": [ { "matches": [ "*:\/\/*\/job\/*\/*\/console", "*:\/\/*\/view\/*\/job\/*\/*\/console", "*:\/\/*\/job\/*\/*\/consoleFull", "*:\/\/*\/view\/*\/job\/*\/*\/consoleFull" ], "run_at": "document_end", "css": [ "css\/jenkins-terminal-colors.css", "css\/jenkins-terminal-colors-characters.css" ], "js": [ "js\/vendor\/jquery-2.0.3.min.js", "js\/jenkins-terminal-colors.js" ] }, { "matches": [ "*:\/\/*\/job\/*\/*\/consoleText", "*:\/\/*\/view\/*\/job\/*\/*\/consoleText" ], "run_at": "document_end", "css": [ "css\/jenkins-terminal-colors-text.css", "css\/jenkins-terminal-colors-characters.css" ], "js": [ "js\/vendor\/jquery-2.0.3.min.js", "js\/jenkins-terminal-colors.js" ] } ] } |