LQSound

Audio and browser notification when a student is added to labqueue

Cos'è LQSound?

LQSound è un'estensione di Chrome sviluppata da Chris Barkachi, e la sua funzione principale è "Audio and browser notification when a student is added to labqueue".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione LQSound

Scarica i file di estensione LQSound in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome LQSound LQSound
ID cdfnncficbjkiddobflmiiceggikbdgc
URL Ufficiale https://chromewebstore.google.com/detail/lqsound/cdfnncficbjkiddobflmiiceggikbdgc
Descrizione Audio and browser notification when a student is added to labqueue
Dimensione del File 78.62 KB
Conteggio Installazioni 61
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-11-16
Data di Pubblicazione 2020-04-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Chris Barkachi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://labqueue.io/
Lingue Supportate 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"
            ]
        }
    ]
}