LQSound
Audio and browser notification when a student is added to labqueue
Vad är LQSound?
LQSound är en Chrome-tillägg utvecklad av Chris Barkachi, och dess huvudfunktion är "Audio and browser notification when a student is added to labqueue".
Tilläggsskärmbilder
Ladda ner LQSound-förlängningens CRX-fil
Ladda ner LQSound-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |  | 
| ID | cdfnncficbjkiddobflmiiceggikbdgc | 
| Officiell webbadress | https://chromewebstore.google.com/detail/lqsound/cdfnncficbjkiddobflmiiceggikbdgc | 
| Beskrivning | Audio and browser notification when a student is added to labqueue | 
| Filstorlek | 78.62 KB | 
| Antal Installationer | 61 | 
| Aktuell Version | 1.0.0 | 
| Senast Uppdaterad | 2020-11-16 | 
| Publiceringsdatum | 2020-04-25 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | Chris Barkachi | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://labqueue.io/ | 
| Stödda Språk | 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"
            ]
        }
    ]
} | |