HangHub

HangHub allows you to see who is viewing or commenting on the same GitHub issue or pull request as you in real time.

O que é HangHub?

HangHub é uma extensão do Chrome desenvolvida por CKSource, e sua principal característica é "HangHub allows you to see who is viewing or commenting on the same GitHub issue or pull request as you in real time.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão HangHub

Baixe arquivos de extensão HangHub no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome HangHub HangHub
ID egnoioofamlapfbecfkjgeobkfmfflfo
URL Oficial https://chromewebstore.google.com/detail/hanghub/egnoioofamlapfbecfkjgeobkfmfflfo
Descrição HangHub allows you to see who is viewing or commenting on the same GitHub issue or pull request as you in real time.
Tamanho do Arquivo 50.42 KB
Contagem de Instalações 54
Versão Atual 1.0.5
Última Atualização 2020-12-18
Data de Publicação 2019-09-16
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor CKSource
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ckeditor/hanghub
URL da Página de Ajuda https://github.com/ckeditor/hanghub
Idiomas Suportados 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
}