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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | 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" ] } ] } |