NotHub
Notification client for GitHub.
什麼是NotHub?
NotHub是由Ryunosuke Sato開發的Chrome擴展程式,該擴展的主要功能是“Notification client for GitHub.”。
擴展截圖
下載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 |
ID | diioicfkgfbdhpdehliknpmmibenccno |
官方網址 | 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 |
電子郵箱 | [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" } } |