GitHub Monitor
Get notifications for activity on your public and private repositories.
GitHub Monitor क्या है?
GitHub Monitor gmoz22 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get notifications for activity on your public and private repositories."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GitHub Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Displays notifications of other contributors' activity on public and private repositories you contribute to - Handles Pushes, Releases and Comments Contribute at https://github.com/gmoz22/github-monitor-chromeext
एक्सटेंशन की मूल जानकारी
नाम | GitHub Monitor |
ID | bbikjjbpphkhejhalmjebhopgohlflag |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-monitor/bbikjjbpphkhejhalmjebhopgohlflag |
विवरण | Get notifications for activity on your public and private repositories. |
फ़ाइल का आकार | 36.81 KB |
स्थापना संख्या | 45 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2014-02-19 |
प्रकाशन तिथि | 2014-02-19 |
डेवलपर | gmoz22 |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/gmoz22/github-monitor-chromeext |
सहायता पृष्ठ URL | https://github.com/gmoz22/github-monitor-chromeext |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Monitor", "short_name": "GitHub Monitor", "description": "Get notifications for activity on your public and private repositories.", "author": "Steve Oziel", "version": "0.1.1", "manifest_version": 2, "icons": { "128": "img\/icon_128.png", "64": "img\/icon_64.png", "24": "img\/icon_24.png", "16": "img\/icon_16.png" }, "permissions": [ "storage", "notifications", "https:\/\/api.github.com\/" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon_19.png", "38": "img\/icon_38.png" }, "default_title": "Options", "default_popup": "options.html" }, "options_page": "options.html" } |