HangHub

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

Qu'est-ce que HangHub ?

HangHub est une extension Chrome développée par CKSource, et sa fonction principale est "HangHub allows you to see who is viewing or commenting on the same GitHub issue or pull request as you in real time.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension HangHub

Téléchargez les fichiers d'extension HangHub au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HangHub HangHub
ID egnoioofamlapfbecfkjgeobkfmfflfo
URL Officiel https://chromewebstore.google.com/detail/hanghub/egnoioofamlapfbecfkjgeobkfmfflfo
Description HangHub allows you to see who is viewing or commenting on the same GitHub issue or pull request as you in real time.
Taille du Fichier 50.42 KB
Nombre d'Installations 54
Version Actuelle 1.0.5
Dernière Mise à Jour 2020-12-18
Date de Publication 2019-09-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur CKSource
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ckeditor/hanghub
URL de la Page d'Aide https://github.com/ckeditor/hanghub
Langues Prises en Charge 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
}