Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nunof07/chrome-mumble
Mumble Channel Viewer extension for Chrome
https://github.com/nunof07/chrome-mumble
angular bootstrap chrome-extension mumble
Last synced: 9 days ago
JSON representation
Mumble Channel Viewer extension for Chrome
- Host: GitHub
- URL: https://github.com/nunof07/chrome-mumble
- Owner: nunof07
- License: mit
- Created: 2015-10-15T15:26:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T21:15:25.000Z (about 9 years ago)
- Last Synced: 2024-10-06T22:21:11.402Z (about 1 month ago)
- Topics: angular, bootstrap, chrome-extension, mumble
- Language: JavaScript
- Homepage:
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mumble Channel Viewer extension
Mumble Channel Viewer extension for Chrome.
- Mumble is an open-source voice chat software.
- This extension displays channel and user information from a Mumble server (Murmur). It doesn't allow you to chat, only to see who's on the server.
- The server must implement the [Channel Viewer Protocol](http://wiki.mumble.info/wiki/Channel_Viewer_Protocol).
- The extension supports both JSON and XML format.You can find the [extension on the Chrome Web Store](https://chrome.google.com/webstore/detail/mumble-channel-viewer/delalapmnpndmfopplmjegencdnddfcc).
## Built with
This extension was built with the help of:
- [AngularJS](https://angularjs.org/)
- [Bootstrap v3](http://getbootstrap.com/)
- [UI Bootstrap](http://angular-ui.github.io/bootstrap/) - Angular directives for Bootstrap
- [gulp](http://gulpjs.com/)
- [Sass](http://sass-lang.com/)
- [x2js](https://code.google.com/p/x2js/)The source code follows the [Angular style guide](https://github.com/johnpapa/angular-styleguide) by John Pappa.