Mumble Channel Viewer

Displays channel and user information from a Mumble server

Τι είναι το Mumble Channel Viewer;

Το Mumble Channel Viewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.quasibit.com, και η κύρια λειτουργία του είναι "Displays channel and user information from a Mumble server".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Mumble Channel Viewer

Λήψη αρχείων επέκτασης Mumble Channel Viewer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Displays channel and user information from a Mumble server (Murmur). Mumble is an open-source voice chat software.

This extension doesn't allow you to chat, only to see who's on the server.

The server must implement the Channel Viewer Protocol.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Mumble Channel Viewer Mumble Channel Viewer
ID delalapmnpndmfopplmjegencdnddfcc
Επίσημο URL https://chromewebstore.google.com/detail/mumble-channel-viewer/delalapmnpndmfopplmjegencdnddfcc
Περιγραφή Displays channel and user information from a Mumble server
Μέγεθος Αρχείου 202 KB
Αριθμός Εγκαταστάσεων 92
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2015-10-15
Ημερομηνία Δημοσίευσης 2015-10-15
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://www.quasibit.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mumble Channel Viewer",
    "short_name": "Mumble CV",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Displays channel and user information from a Mumble server",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Mumble Channel Viewer",
        "default_popup": "pages\/action.html"
    },
    "background": {
        "page": "pages\/background.html",
        "persistent": false
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "alarms",
        "storage",
        ""
    ]
}