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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HangHub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}