GitHub Inline Log Viewer
View CircleCI/Azure/Jenkins Logs directly on GitHub
GitHub Inline Log Viewer क्या है?
GitHub Inline Log Viewer Meta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View CircleCI/Azure/Jenkins Logs directly on GitHub"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub Inline Log Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to view logs from your continuous integration inline on GitHub. To view logs, you can click a build status item on the bottom of a Pull Request page. The logs will then be downloaded and shown on the page. To set up the extension, follow the instructions on the settings page to add the relevant OAuth tokens so the extension can consult the CircleCI API.
एक्सटेंशन की मूल जानकारी
नाम | GitHub Inline Log Viewer |
ID | nfbhlogkeldgllnlpodhgidcooebmaea |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-inline-log-viewer/nfbhlogkeldgllnlpodhgidcooebmaea |
विवरण | View CircleCI/Azure/Jenkins Logs directly on GitHub |
फ़ाइल का आकार | 32.93 KB |
स्थापना संख्या | 42 |
वर्तमान संस्करण | 3.0 |
अंतिम अपडेट | 2020-03-12 |
प्रकाशन तिथि | 2020-03-11 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | Meta |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Inline Log Viewer", "short_name": "GitHub Inline Log Viewer", "description": "View CircleCI\/Azure\/Jenkins Logs directly on GitHub", "version": "3.0", "author": "pytorch", "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "remove_cors.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/github.com\/*\/*" ], "js": [ "lib.js", "scrollview.js", "azure.js", "github_checks.js", "unsupported.js", "jenkins.js", "circleci.js", "build_info.js", "build_logs.js" ], "css": [ "widescreen.css" ], "run_at": "document_start" } ], "permissions": [ "storage", "https:\/\/ci.pytorch.org\/jenkins\/*", "https:\/\/github.com\/*", "https:\/\/circleci.com\/*", "https:\/\/*.amazonaws.com\/" ] } |