LQSound
Audio and browser notification when a student is added to labqueue
¿Qué es LQSound?
LQSound es una extensión de Chrome desarrollada por Chris Barkachi, y su función principal es "Audio and browser notification when a student is added to labqueue".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión LQSound
Descarga archivos de extensión LQSound en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
For use with labqueue.io -allows you to choose a sound that will play each time a student is added to the queue, either when they first log on or are added through a reopen -offers browser notifications that navigate you back to the queue.
Información Básica de la Extensión
Nombre | LQSound |
ID | cdfnncficbjkiddobflmiiceggikbdgc |
URL Oficial | https://chromewebstore.google.com/detail/lqsound/cdfnncficbjkiddobflmiiceggikbdgc |
Descripción | Audio and browser notification when a student is added to labqueue |
Tamaño del Archivo | 78.62 KB |
Cantidad de Instalaciones | 61 |
Versión Actual | 1.0.0 |
Última Actualización | 2020-11-16 |
Fecha de Publicación | 2020-04-25 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Chris Barkachi |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://labqueue.io/ |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LQSound", "version": "1.0.0", "manifest_version": 2, "description": "Audio and browser notification when a student is added to labqueue", "icons": { "128": "play-icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/labqueue.io\/*", "https:\/\/www.labqueue.io\/*", "http:\/\/www.labqueue.io\/*", "http:\/\/www.labqueue.io\/*" ], "js": [ "lqsound.user.js" ] } ] } |