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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LQSound
ดาวน์โหลดไฟล์ส่วนขยาย LQSound ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        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.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |  | 
| 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"
            ]
        }
    ]
} | |