News Feed for GitHub
GitHub news feed notifications directly in the browser
News Feed for GitHub क्या है?
News Feed for GitHub Julian Kühnel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GitHub news feed notifications directly in the browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में News Feed for GitHub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will notify you if something happens in your GitHub news feed.
एक्सटेंशन की मूल जानकारी
नाम | News Feed for GitHub |
ID | gbpajmknkcgjeinfbmfeiafhogbhgkjh |
आधिकारिक URL | https://chromewebstore.google.com/detail/news-feed-for-github/gbpajmknkcgjeinfbmfeiafhogbhgkjh |
विवरण | GitHub news feed notifications directly in the browser |
फ़ाइल का आकार | 48.81 KB |
स्थापना संख्या | 51 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2018-01-17 |
प्रकाशन तिथि | 2018-01-17 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Julian Kühnel |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/julmot/news-feed-for-github |
सहायता पृष्ठ URL | https://github.com/julmot/news-feed-for-github/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "News Feed for GitHub", "description": "GitHub news feed notifications directly in the browser", "version": "1.2.1", "homepage_url": "https:\/\/github.com\/julmot\/news-feed-for-github", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "minimum_chrome_version": "42", "offline_enabled": false, "browser_action": { "default_icon": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "default_title": "News Feed for GitHub", "browser_style": false }, "permissions": [ "https:\/\/*.github.com\/*", "https:\/\/*.githubusercontent.com\/*", "notifications", "tabs" ], "background": { "scripts": [ "vendor\/xmlToJSON.js\/lib\/xmlToJSON.js", "scripts\/NewsFeed.js", "scripts\/NewsFeedChecker.js", "scripts\/NewsFeedTransmitter.js", "scripts\/bootstrap.js" ] } } |