LQSound

Audio and browser notification when a student is added to labqueue

Co to jest LQSound?

LQSound to rozszerzenie Chrome opracowane przez Chris Barkachi, a jego główną funkcją jest „Audio and browser notification when a student is added to labqueue”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia LQSound

Pobierz pliki rozszerzeń LQSound w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa LQSound LQSound
ID cdfnncficbjkiddobflmiiceggikbdgc
Oficjalny URL https://chromewebstore.google.com/detail/lqsound/cdfnncficbjkiddobflmiiceggikbdgc
Opis Audio and browser notification when a student is added to labqueue
Rozmiar pliku 78.62 KB
Liczba instalacji 61
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-11-16
Data Publikacji 2020-04-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Chris Barkachi
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://labqueue.io/
Obsługiwane Języki 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"
            ]
        }
    ]
}