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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CKSource, και η κύρια λειτουργία του είναι "HangHub allows you to see who is viewing or commenting on the same GitHub issue or pull request as you in real time.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HangHub
Λήψη αρχείων επέκτασης 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 |
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 } |