NotHub

Notification client for GitHub.

Was ist NotHub?

NotHub ist eine Chrome-Erweiterung, die von Ryunosuke Sato entwickelt wurde, und ihr Hauptmerkmal ist "Notification client for GitHub.".

Erweiterungsscreenshots

screenshot

NotHub-Erweiterungs-CRX-Datei herunterladen

Laden Sie NotHub-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name NotHub NotHub
ID diioicfkgfbdhpdehliknpmmibenccno
Offizielle URL https://chromewebstore.google.com/detail/nothub/diioicfkgfbdhpdehliknpmmibenccno
Beschreibung Notification client for GitHub.
Dateigröße 279 KB
Installationsanzahl 50
Aktuelle Version 0.4.12
Letztes Update 2017-08-22
Veröffentlichungsdatum 2017-08-22
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Ryunosuke Sato
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://nothub.org
Unterstützte Sprachen 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"
    }
}