NotHub

Notification client for GitHub.

What is NotHub?

NotHub is a Chrome extension developed by Ryunosuke Sato, and its main feature is "Notification client for GitHub.".

Extension Screenshots

screenshot

Download NotHub Extension CRX File

Download NotHub 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

                        Have you ever had a problem that you no longer watch GitHub timeline cause of too many following users and watching repositories?
If so, how about to try NotHub?

NotHub provides you to notify only events that you are just interested.
Furthermore, you can take notifications in realtime.

You can have a list different from GitHub.
NotHub helps you to enjoy social coding more comfortably!                    

Extension Basic Information

Name NotHub NotHub
ID diioicfkgfbdhpdehliknpmmibenccno
Official URL https://chromewebstore.google.com/detail/nothub/diioicfkgfbdhpdehliknpmmibenccno
Description Notification client for GitHub.
File Size 279 KB
Installation Count 50
Current Version 0.4.12
Last Updated 2017-08-22
Publish Date 2017-08-22
Rating 5.00/5 Total 4 Ratings
Developer Ryunosuke Sato
Email [email protected]
Payment Type free
Extension Website http://nothub.org
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NotHub",
    "description": "Notification client for GitHub.",
    "version": "0.4.12",
    "manifest_version": 2,
    "icons": {
        "128": "images\/logo-128.png",
        "48": "images\/logo-48.png",
        "16": "images\/logo.png"
    },
    "background": {
        "page": "dist\/background_page.html"
    },
    "options_page": "dist\/options_page.html",
    "permissions": [
        "notifications",
        "http:\/\/stream.nothub.org:4000\/",
        "https:\/\/api.github.com\/",
        "https:\/\/github.com\/"
    ],
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_title": "Setup your following list!",
        "default_popup": "dist\/popup.html"
    }
}