LQSound
Audio and browser notification when a student is added to labqueue
LQSound là gì?
LQSound là một tiện ích mở rộng Chrome được phát triển bởi Chris Barkachi, và tính năng chính của nó là "Audio and browser notification when a student is added to labqueue".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LQSound
Tải xuống các tệp mở rộng LQSound dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LQSound |
ID | cdfnncficbjkiddobflmiiceggikbdgc |
URL Chính Thức | https://chromewebstore.google.com/detail/lqsound/cdfnncficbjkiddobflmiiceggikbdgc |
Mô tả | Audio and browser notification when a student is added to labqueue |
Kích Thước Tệp | 78.62 KB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-11-16 |
Ngày Phát Hành | 2020-04-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Chris Barkachi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://labqueue.io/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |