NotHub
Notification client for GitHub.
NotHub란 무엇입니까?
NotHub은(는) Ryunosuke Sato에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notification client for GitHub."입니다.
확장 프로그램 스크린샷
NotHub 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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 |
이메일 | [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" } } |