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.
Основная информация о расширении
Название | 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" ] } ] } |