HangHub
HangHub allows you to see who is viewing or commenting on the same GitHub issue or pull request as you in real time.
Cos'è HangHub?
HangHub è un'estensione di Chrome sviluppata da CKSource, e la sua funzione principale è "HangHub allows you to see who is viewing or commenting on the same GitHub issue or pull request as you in real time.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HangHub
Scarica i file di estensione HangHub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | HangHub |
ID | egnoioofamlapfbecfkjgeobkfmfflfo |
URL Ufficiale | https://chromewebstore.google.com/detail/hanghub/egnoioofamlapfbecfkjgeobkfmfflfo |
Descrizione | HangHub allows you to see who is viewing or commenting on the same GitHub issue or pull request as you in real time. |
Dimensione del File | 50.42 KB |
Conteggio Installazioni | 54 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2020-12-18 |
Data di Pubblicazione | 2019-09-16 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | CKSource |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ckeditor/hanghub |
URL della Pagina di Aiuto | https://github.com/ckeditor/hanghub |
Lingue Supportate | 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 } |