NotHub

Notification client for GitHub.

Wat is NotHub?

NotHub is een Chrome-extensie ontwikkeld door Ryunosuke Sato, en de belangrijkste functie is "Notification client for GitHub.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NotHub

Download NotHub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam NotHub NotHub
ID diioicfkgfbdhpdehliknpmmibenccno
Officiële URL https://chromewebstore.google.com/detail/nothub/diioicfkgfbdhpdehliknpmmibenccno
Beschrijving Notification client for GitHub.
Bestandsgrootte 279 KB
Aantal Installaties 50
Huidige Versie 0.4.12
Laatst Bijgewerkt 2017-08-22
Publicatiedatum 2017-08-22
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Ryunosuke Sato
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://nothub.org
Ondersteunde Talen 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"
    }
}