GitHub News Feed

Shows a tooltip with your unread news feed from GitHub

What is GitHub News Feed?

GitHub News Feed is a Chrome extension developed by https://wenzhixin.net.cn, and its main feature is "Shows a tooltip with your unread news feed from GitHub".

Extension Screenshots

screenshot
screenshot

Download GitHub News Feed Extension CRX File

Download GitHub News Feed 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

                        Shows a tooltip with your unread news feed from GitHub.

GitHub repo: https://github.com/wenzhixin/github-news-feed.                    

Extension Basic Information

Name GitHub News Feed GitHub News Feed
ID hnmpkklbfneambgbmkcmcjgcmimpgkkl
Official URL https://chromewebstore.google.com/detail/github-news-feed/hnmpkklbfneambgbmkcmcjgcmimpgkkl
Description Shows a tooltip with your unread news feed from GitHub
File Size 175 KB
Installation Count 29
Current Version 1.2.0
Last Updated 2017-12-25
Publish Date 2017-12-25
Rating 4.50/5 Total 2 Ratings
Developer https://wenzhixin.net.cn
Email [email protected]
Payment Type free
Extension Website https://github.com/wenzhixin/github-news-feed
Help Page URL https://github.com/wenzhixin/github-news-feed/issues
Supported Languages en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub News Feed",
    "description": "Shows a tooltip with your unread news feed from GitHub",
    "version": "1.2.0",
    "manifest_version": 2,
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/github.com\/"
    ]
}