LQSound
Audio and browser notification when a student is added to labqueue
Wat is LQSound?
LQSound is een Chrome-extensie ontwikkeld door Chris Barkachi, en de belangrijkste functie is "Audio and browser notification when a student is added to labqueue".
Extensie Screenshots
Download het CRX-bestand van de extensie LQSound
Download LQSound-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | LQSound |
ID | cdfnncficbjkiddobflmiiceggikbdgc |
Officiële URL | https://chromewebstore.google.com/detail/lqsound/cdfnncficbjkiddobflmiiceggikbdgc |
Beschrijving | Audio and browser notification when a student is added to labqueue |
Bestandsgrootte | 78.62 KB |
Aantal Installaties | 61 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-11-16 |
Publicatiedatum | 2020-04-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Chris Barkachi |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://labqueue.io/ |
Ondersteunde Talen | 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" ] } ] } |