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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the noise level chart and decibel values (min, average, and max) by measuring sound pressure level on a logarithmic scale"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sound Level Meter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [] } |