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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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"
            ]
        }
    ]
}