GitHub & Travis CI - Enhanced Status
Enhances the Travis CI status on GitHub pull request pages.
GitHub & Travis CI - Enhanced Status क्या है?
GitHub & Travis CI - Enhanced Status Dominique Müller द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances the Travis CI status on GitHub pull request pages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub & Travis CI - Enhanced Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
While the integration between GitHub and Travis CI works like a charm, it only provides minimal build information on Pull Request pages. In order to see further build information, developers always have to jump into the Travis CI web application. This extension enhances the build status by also showing the build jobs in the UI, including the real-time status and runtime. Plus, it provides a link for directly jumping into a build job log in Travis CI. FEEDBACK & BUGS Feel free to open an issues on GitHub if you encounter any bug, or have an idea for some enhancement / a new feature: https://github.com/dominique-mueller/web-extension-github-travis-status/issues LEGAL NOTICE This extension is my personal project, and is thus not an official product of GitHub and / or Travis CI.
एक्सटेंशन की मूल जानकारी
नाम | GitHub & Travis CI - Enhanced Status |
ID | feamoaieedkmfkeiaplidoingcflbggm |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-travis-ci-enhanced/feamoaieedkmfkeiaplidoingcflbggm |
विवरण | Enhances the Travis CI status on GitHub pull request pages. |
फ़ाइल का आकार | 20.03 KB |
स्थापना संख्या | 27 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2018-05-05 |
प्रकाशन तिथि | 2018-05-05 |
डेवलपर | Dominique Müller |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/dominique-mueller |
सहायता पृष्ठ URL | https://github.com/dominique-mueller/web-extension-github-travis-status/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub & Travis CI - Enhanced Status", "description": "Enhances the Travis CI status on GitHub pull request pages.", "version": "1.1.2", "homepage_url": "https:\/\/github.com\/dominique-mueller\/web-extension-github-travis-status", "manifest_version": 2, "icons": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "permissions": [ "https:\/\/github.com\/*", "tabs", "webNavigation" ], "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "src\/content_script.js", "src\/vendor.js" ], "css": [ "src\/content_script.css" ] } ] } |