Jenkins Terminal Colors
Provides terminal colors in the 'Console' panels of Jenkins
Jenkins Terminal Colors là gì?
Jenkins Terminal Colors là một tiện ích mở rộng Chrome được phát triển bởi Denis Roussel, và tính năng chính của nó là "Provides terminal colors in the 'Console' panels of Jenkins".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jenkins Terminal Colors
Tải xuống các tệp mở rộng Jenkins Terminal Colors dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jenkins Terminal Colors |
ID | njhooapdhhjehkemlbobcdenmdbiooml |
URL Chính Thức | https://chromewebstore.google.com/detail/jenkins-terminal-colors/njhooapdhhjehkemlbobcdenmdbiooml |
Mô tả | Provides terminal colors in the 'Console' panels of Jenkins |
Kích Thước Tệp | 107 KB |
Số Lần Cài Đặt | 471 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2014-11-04 |
Ngày Phát Hành | 2014-11-04 |
Đánh Giá | 2.40/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | Denis Roussel |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/M6Web/JenkinsTerminalColors |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |