LQSound
Audio and browser notification when a student is added to labqueue
什么是LQSound?
LQSound是由Chris Barkachi开发的Chrome扩展程序,该扩展的主要功能是“Audio and browser notification when a student is added to labqueue”。
扩展截图
下载LQSound扩展crx文件
下载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" ] } ] } |