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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 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
}