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ファイルをダウンロード
HangHub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |