LQSound

Audio and browser notification when a student is added to labqueue

Apa itu LQSound?

LQSound adalah ekstensi Chrome yang dikembangkan oleh Chris Barkachi, dan fitur utamanya adalah "Audio and browser notification when a student is added to labqueue".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi LQSound

Unduh file ekstensi LQSound dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama LQSound LQSound
ID cdfnncficbjkiddobflmiiceggikbdgc
URL Resmi https://chromewebstore.google.com/detail/lqsound/cdfnncficbjkiddobflmiiceggikbdgc
Deskripsi Audio and browser notification when a student is added to labqueue
Ukuran File 78.62 KB
Jumlah Instalasi 61
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-11-16
Tanggal Publikasi 2020-04-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Chris Barkachi
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://labqueue.io/
Bahasa yang Didukung 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"
            ]
        }
    ]
}