LQSound
Audio and browser notification when a student is added to labqueue
Was ist LQSound?
LQSound ist eine Chrome-Erweiterung, die von Chris Barkachi entwickelt wurde, und ihr Hauptmerkmal ist "Audio and browser notification when a student is added to labqueue".
Erweiterungsscreenshots
LQSound-Erweiterungs-CRX-Datei herunterladen
Laden Sie LQSound-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | LQSound |
ID | cdfnncficbjkiddobflmiiceggikbdgc |
Offizielle URL | https://chromewebstore.google.com/detail/lqsound/cdfnncficbjkiddobflmiiceggikbdgc |
Beschreibung | Audio and browser notification when a student is added to labqueue |
Dateigröße | 78.62 KB |
Installationsanzahl | 61 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-11-16 |
Veröffentlichungsdatum | 2020-04-25 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Chris Barkachi |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://labqueue.io/ |
Unterstützte Sprachen | 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" ] } ] } |