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ファイルをダウンロード
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
拡張機能の基本情報
名前 | 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 |
Eメール | [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": [] } |