LQSound

Audio and browser notification when a student is added to labqueue

ما هو LQSound؟

LQSound هو إضافة Chrome تم تطويرها بواسطة Chris Barkachi، والميزة الرئيسية لها هي "Audio and browser notification when a student is added to labqueue".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة LQSound

قم بتنزيل ملفات الامتداد LQSound بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم LQSound LQSound
ID cdfnncficbjkiddobflmiiceggikbdgc
عنوان URL الرسمي https://chromewebstore.google.com/detail/lqsound/cdfnncficbjkiddobflmiiceggikbdgc
الوصف Audio and browser notification when a student is added to labqueue
حجم الملف 78.62 KB
عدد التثبيتات 61
النسخة الحالية 1.0.0
آخر تحديث 2020-11-16
تاريخ النشر 2020-04-25
تقييم 5.00/5 مجموع تقييمات 1
المطور Chris Barkachi
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://labqueue.io/
اللغات المدعومة 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"
            ]
        }
    ]
}