github+travis
Display build status next to the project name on github.
github+travis क्या है?
github+travis Tomas Carnecky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display build status next to the project name on github."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में github+travis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Displays the travis-ci build status icon next to the project name on github. When you click the icon it will take you right to the project page on travis-ci.org. Yes, that's all it does.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | klbmicjanlggbmanmpneloekhajhhbfb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/github+travis/klbmicjanlggbmanmpneloekhajhhbfb |
विवरण | Display build status next to the project name on github. |
फ़ाइल का आकार | 11.49 KB |
स्थापना संख्या | 124 |
वर्तमान संस्करण | 11 |
अंतिम अपडेट | 2015-05-09 |
प्रकाशन तिथि | 2015-05-09 |
रेटिंग | 3.47/5 कुल 15 रेटिंग्स |
डेवलपर | Tomas Carnecky |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://caurea.org/2011/09/25/github-meets-travis-ci.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "11", "name": "github+travis", "description": "Display build status next to the project name on github.", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/github.com\/*" ], "run_at": "document_idle" } ] } |