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 là gì?

Sound Level Meter là một tiện ích mở rộng Chrome được phát triển bởi chandler.stimson, và tính năng chính của nó là "Displays the noise level chart and decibel values (min, average, and max) by measuring sound pressure level on a logarithmic scale".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sound Level Meter

Tải xuống các tệp mở rộng Sound Level Meter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sound Level Meter Sound Level Meter
ID lglcdmaahdhgmlmfceldolekeegngmhn
URL Chính Thức https://chromewebstore.google.com/detail/sound-level-meter/lglcdmaahdhgmlmfceldolekeegngmhn
Mô tả Displays the noise level chart and decibel values (min, average, and max) by measuring sound pressure level on a logarithmic scale
Kích Thước Tệp 122 KB
Số Lần Cài Đặt 3,558
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2021-12-11
Ngày Phát Hành 2021-04-05
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển chandler.stimson
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://add0n.com/sound-level-meter.html
URL Trang Trợ Giúp https://add0n.com/sound-level-meter.html
Ngôn Ngữ Được Hỗ Trợ 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": []
}