News Feed for GitHub

GitHub news feed notifications directly in the browser

What is News Feed for GitHub?

News Feed for GitHub is a Chrome extension developed by Julian Kühnel, and its main feature is "GitHub news feed notifications directly in the browser".

Extension Screenshots

screenshot

Download News Feed for GitHub Extension CRX File

Download News Feed for GitHub extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension will notify you if something happens in your GitHub news feed.                    

Extension Basic Information

Name News Feed for GitHub News Feed for GitHub
ID gbpajmknkcgjeinfbmfeiafhogbhgkjh
Official URL https://chromewebstore.google.com/detail/news-feed-for-github/gbpajmknkcgjeinfbmfeiafhogbhgkjh
Description GitHub news feed notifications directly in the browser
File Size 48.81 KB
Installation Count 51
Current Version 1.2.1
Last Updated 2018-01-17
Publish Date 2018-01-17
Rating 5.00/5 Total 1 Ratings
Developer Julian Kühnel
Payment Type free
Extension Website https://github.com/julmot/news-feed-for-github
Help Page URL https://github.com/julmot/news-feed-for-github/issues
Supported Languages 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"
        ]
    }
}