LQSound

Audio and browser notification when a student is added to labqueue

LQSound क्या है?

LQSound Chris Barkachi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Audio and browser notification when a student is added to labqueue"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LQSound एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}