Sound Level Meter
Displays the noise level chart and decibel values (min, average, and max) by measuring sound pressure level on a logarithmic scale
Sound Level Meter란 무엇입니까?
Sound Level Meter은(는) chandler.stimson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the noise level chart and decibel values (min, average, and max) by measuring sound pressure level on a logarithmic scale"입니다.
확장 프로그램 스크린샷
Sound Level Meter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Sound Level Meter |
ID | lglcdmaahdhgmlmfceldolekeegngmhn |
공식 URL | https://chromewebstore.google.com/detail/sound-level-meter/lglcdmaahdhgmlmfceldolekeegngmhn |
설명 | Displays the noise level chart and decibel values (min, average, and max) by measuring sound pressure level on a logarithmic scale |
파일 크기 | 122 KB |
설치 횟수 | 3,558 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2021-12-11 |
출시 날짜 | 2021-04-05 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | chandler.stimson |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://add0n.com/sound-level-meter.html |
도움말 페이지 URL | https://add0n.com/sound-level-meter.html |
지원되는 언어 | 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": [] } |