Jenkins Terminal Colors
Provides terminal colors in the 'Console' panels of Jenkins
Jenkins Terminal Colors क्या है?
Jenkins Terminal Colors Denis Roussel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides terminal colors in the 'Console' panels of Jenkins"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jenkins Terminal Colors एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" ] } ] } |