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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chandler.stimson และคุณลักษณะหลักของมันคือ "Displays the noise level chart and decibel values (min, average, and max) by measuring sound pressure level on a logarithmic scale"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sound Level Meter
ดาวน์โหลดไฟล์ส่วนขยาย Sound Level Meter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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": [] } |