HangHub
HangHub allows you to see who is viewing or commenting on the same GitHub issue or pull request as you in real time.
HangHub란 무엇입니까?
HangHub은(는) CKSource에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HangHub allows you to see who is viewing or commenting on the same GitHub issue or pull request as you in real time."입니다.
확장 프로그램 스크린샷
HangHub 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
HangHub is a team productivity tool that allows you to see the users who are working on the same GitHub issue or pull request as you in real time. With HangHub, you will be able to check whether other users are viewing, away, editing, commenting, or merging. You can disable the extension for specific organizations or repositories. After you install HangHub, you will never have to worry about wasting time working on the exact same thing as your teammates at the same time.
확장 프로그램 기본 정보
이름 | HangHub |
ID | egnoioofamlapfbecfkjgeobkfmfflfo |
공식 URL | https://chromewebstore.google.com/detail/hanghub/egnoioofamlapfbecfkjgeobkfmfflfo |
설명 | HangHub allows you to see who is viewing or commenting on the same GitHub issue or pull request as you in real time. |
파일 크기 | 50.42 KB |
설치 횟수 | 54 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2020-12-18 |
출시 날짜 | 2019-09-16 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | CKSource |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/ckeditor/hanghub |
도움말 페이지 URL | https://github.com/ckeditor/hanghub |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HangHub", "version": "1.0.5", "description": "HangHub allows you to see who is viewing or commenting on the same GitHub issue or pull request as you in real time.", "permissions": [ "activeTab", "tabs", "storage", "*:\/\/hanghub.cksource.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "index.js" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "popup.html", "default_title": "HangHub" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "manifest_version": 2 } |