GitHub Status
Display the build status next to the project name on github.
GitHub Status क्या है?
GitHub Status excellenteasy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display the build status next to the project name on github."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Note: currently no support for private repos
एक्सटेंशन की मूल जानकारी
नाम | GitHub Status |
ID | mgbkbopoincdiimlleifbpfjfhcndahp |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-status/mgbkbopoincdiimlleifbpfjfhcndahp |
विवरण | Display the build status next to the project name on github. |
फ़ाइल का आकार | 15.32 KB |
स्थापना संख्या | 24 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2012-12-15 |
प्रकाशन तिथि | 2012-12-15 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | excellenteasy |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://excellenteasy.github.com/github-status/ |
सहायता पृष्ठ URL | https://github.com/excellenteasy/github-status/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2", "manifest_version": 2, "name": "GitHub Status", "description": "Display the build status next to the project name on github.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/github.com\/*" ], "run_at": "document_idle" } ] } |