LQSound
Audio and browser notification when a student is added to labqueue
Qu'est-ce que LQSound ?
LQSound est une extension Chrome développée par Chris Barkachi, et sa fonction principale est "Audio and browser notification when a student is added to labqueue".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LQSound
Téléchargez les fichiers d'extension LQSound au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | LQSound |
ID | cdfnncficbjkiddobflmiiceggikbdgc |
URL Officiel | https://chromewebstore.google.com/detail/lqsound/cdfnncficbjkiddobflmiiceggikbdgc |
Description | Audio and browser notification when a student is added to labqueue |
Taille du Fichier | 78.62 KB |
Nombre d'Installations | 61 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-11-16 |
Date de Publication | 2020-04-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Chris Barkachi |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://labqueue.io/ |
Langues Prises en Charge | 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" ] } ] } |