Sound Level Meter

Displays the noise level chart and decibel values (min, average, and max) by measuring sound pressure level on a logarithmic scale

O que é Sound Level Meter?

Sound Level Meter é uma extensão do Chrome desenvolvida por chandler.stimson, e sua principal característica é "Displays the noise level chart and decibel values (min, average, and max) by measuring sound pressure level on a logarithmic scale".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sound Level Meter

Baixe arquivos de extensão Sound Level Meter 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

                        This extension displays the current environmental noise level in decibels (dB). The extension can be used to detect harmful environmental noises or to protect your hearing. 

This extension offers a popup view to precisely measure the sound pressure level (SPL) all around you by sampling your microphone's raw data using an AudioWorkletProcessor node. The extension displays RMS data in dB compared to a reference volume level. It supports a graphical view to see the last 300 samples in a graph. It also shows statistical results such as min, average, and max values of the recorded samples.

Features:
- Indicates decibel level
- Display the current noise reference
- Display min/avg/max decibel values
- Display decibel by graph                    

Informações Básicas da Extensão

Nome Sound Level Meter Sound Level Meter
ID lglcdmaahdhgmlmfceldolekeegngmhn
URL Oficial https://chromewebstore.google.com/detail/sound-level-meter/lglcdmaahdhgmlmfceldolekeegngmhn
Descrição Displays the noise level chart and decibel values (min, average, and max) by measuring sound pressure level on a logarithmic scale
Tamanho do Arquivo 122 KB
Contagem de Instalações 3,558
Versão Atual 0.2.0
Última Atualização 2021-12-11
Data de Publicação 2021-04-05
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor chandler.stimson
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://add0n.com/sound-level-meter.html
URL da Página de Ajuda https://add0n.com/sound-level-meter.html
Idiomas Suportados de,en,fr,nl,es,it,pt-BR,pt-PT,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.0",
    "name": "Sound Level Meter",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "offline_enabled": true,
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/add0n.com\/sound-level-meter.html",
    "action": []
}