LQSound

Audio and browser notification when a student is added to labqueue

O que é LQSound?

LQSound é uma extensão do Chrome desenvolvida por Chris Barkachi, e sua principal característica é "Audio and browser notification when a student is added to labqueue".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão LQSound

Baixe arquivos de extensão LQSound no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome LQSound LQSound
ID cdfnncficbjkiddobflmiiceggikbdgc
URL Oficial https://chromewebstore.google.com/detail/lqsound/cdfnncficbjkiddobflmiiceggikbdgc
Descrição Audio and browser notification when a student is added to labqueue
Tamanho do Arquivo 78.62 KB
Contagem de Instalações 61
Versão Atual 1.0.0
Última Atualização 2020-11-16
Data de Publicação 2020-04-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Chris Barkachi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://labqueue.io/
Idiomas Suportados 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"
            ]
        }
    ]
}