NotHub

Notification client for GitHub.

NotHubとは何ですか?

NotHubはRyunosuke Satoによって開発されたChromeの拡張機能で、その主な機能は「Notification client for GitHub.」です。

拡張機能のスクリーンショット

screenshot

NotHub拡張機能のCRXファイルをダウンロード

NotHub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 NotHub NotHub
ID diioicfkgfbdhpdehliknpmmibenccno
公式URL https://chromewebstore.google.com/detail/nothub/diioicfkgfbdhpdehliknpmmibenccno
説明 Notification client for GitHub.
ファイルサイズ 279 KB
インストール数 50
現在のバージョン 0.4.12
最終更新日 2017-08-22
公開日 2017-08-22
評価 5.00/5 合計 4 レビュー
開発者 Ryunosuke Sato
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://nothub.org
対応言語 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"
    }
}