Sound Level Meter
Use your computer's microphone to measure the ambient noise and sound (dB)!
Sound Level Meter란 무엇입니까?
Sound Level Meter은(는) florencekeva에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use your computer's microphone to measure the ambient noise and sound (dB)!"입니다.
확장 프로그램 스크린샷
Sound Level Meter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With the "Sound Level Meter" add-on, you may measure the ambient sound (dB) and noise with your computer's microphone. This add-on allows you to quickly measure several crucial sound parameters, such as sound level in decibels, noise level, sound average, and normalized sound value. When you initially open the app, it may ask if you want to allow microphone access. Please select Yes in the dialog box to start the add-on. Also, keep in mind that the program may take a few moments to load completely. Please be patient as the add-on is being prepared. Once the loader has vanished, the add-on is ready to use. The add-on captures sound using your system's microphone. If you don't have a microphone on your computer, attach one before utilizing it with this add-on. On the top toolbar of the interface, you'll find several pieces of information regarding the ambient noise. You may also change the capturing sound API by clicking buttons at the top right. The interface of this program may be accessed from a new tab, window, or toolbar popup. To see the microphone permission dialog when you initially launch the software, open it in a new window or tab.
확장 프로그램 기본 정보
이름 | Sound Level Meter |
ID | bgjelpahfjmaghbnlehddolkhmkgebbc |
공식 URL | https://chromewebstore.google.com/detail/sound-level-meter/bgjelpahfjmaghbnlehddolkhmkgebbc |
설명 | Use your computer's microphone to measure the ambient noise and sound (dB)! |
파일 크기 | 144 KB |
설치 횟수 | 904 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2022-07-07 |
출시 날짜 | 2022-05-22 |
평점 | 4.98/5 총 50 개의 평점 |
개발자 | florencekeva |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://worldaddons.com/sound-level-meter/ |
도움말 페이지 URL | https://worldaddons.com/contact/ |
개인정보 보호 정책 페이지 URL | https://worldaddons.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2", "manifest_version": 3, "offline_enabled": true, "short_name": "sound-level-meter", "name": "Sound Level Meter", "permissions": [ "storage", "contextMenus" ], "homepage_url": "https:\/\/worldaddons.com\/sound-level-meter\/", "description": "Use your computer's microphone to measure the ambient noise and sound (dB)!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Sound Level Meter", "default_icon": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png" } }, "icons": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png", "128": "source\/icons\/128.png" } } |