LQSound
Audio and browser notification when a student is added to labqueue
Hvad er LQSound?
LQSound er en Chrome-udvidelse udviklet af Chris Barkachi, og dens hovedfunktion er "Audio and browser notification when a student is added to labqueue".
Udvidelsesskærmbilleder
Download LQSound-udvidelses-CRX-fil
Download LQSound-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | LQSound |
ID | cdfnncficbjkiddobflmiiceggikbdgc |
Officiel URL | https://chromewebstore.google.com/detail/lqsound/cdfnncficbjkiddobflmiiceggikbdgc |
Beskrivelse | Audio and browser notification when a student is added to labqueue |
Filstørrelse | 78.62 KB |
Antal Installationer | 61 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2020-11-16 |
Udgivelsesdato | 2020-04-25 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Chris Barkachi |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://labqueue.io/ |
Understøttede Sprog | 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" ] } ] } |