NotHub

Notification client for GitHub.

Qu'est-ce que NotHub ?

NotHub est une extension Chrome développée par Ryunosuke Sato, et sa fonction principale est "Notification client for GitHub.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NotHub

Téléchargez les fichiers d'extension NotHub au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom NotHub NotHub
ID diioicfkgfbdhpdehliknpmmibenccno
URL Officiel https://chromewebstore.google.com/detail/nothub/diioicfkgfbdhpdehliknpmmibenccno
Description Notification client for GitHub.
Taille du Fichier 279 KB
Nombre d'Installations 50
Version Actuelle 0.4.12
Dernière Mise à Jour 2017-08-22
Date de Publication 2017-08-22
Évaluation 5.00/5 Total 4 Évaluations
Développeur Ryunosuke Sato
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://nothub.org
Langues Prises en Charge 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"
    }
}