Mumble Server Status
The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.
Τι είναι το Mumble Server Status;
Το Mumble Server Status είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pedro Estrada, και η κύρια λειτουργία του είναι "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mumble Server Status
Λήψη αρχείων επέκτασης Mumble Server Status σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com. It allows you to see whether the mumble server is online or not. It also allows you to view how many users you have online at the moment.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Mumble Server Status |
ID | bgdpgdbghhohoemdfjpfcmjokglpnhal |
Επίσημο URL | https://chromewebstore.google.com/detail/mumble-server-status/bgdpgdbghhohoemdfjpfcmjokglpnhal |
Περιγραφή | The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com. |
Μέγεθος Αρχείου | 55.95 KB |
Αριθμός Εγκαταστάσεων | 37 |
Τρέχουσα Έκδοση | 1.2.5 |
Τελευταία Ενημέρωση | 2013-02-19 |
Ημερομηνία Δημοσίευσης | 2013-02-19 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Pedro Estrada |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "page": "background.html" }, "name": "Mumble Server Status", "version": "1.2.5", "manifest_version": 2, "description": "The first extension that I made. So far it only works with the mumble servers hosted by mumbleboxes.com.", "browser_action": { "default_icon": "icon_128.png", "default_popup": "popup.html" }, "icons": { "128": "icon_128.png" }, "permissions": [ "https:\/\/www.mumbleboxes.com\/" ], "options_page": "options.html" } |