Sound Meter (Noise & Decibel)

Measure the surrounding sound (dB) and noise with your computer's microphone!

Sound Meter (Noise & Decibel)คืออะไร?

Sound Meter (Noise & Decibel) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย loora และคุณลักษณะหลักของมันคือ "Measure the surrounding sound (dB) and noise with your computer's microphone!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sound Meter (Noise & Decibel)

ดาวน์โหลดไฟล์ส่วนขยาย Sound Meter (Noise & Decibel) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Sound Meter (Noise & Decibel) extension enables you to measure the surrounding sound (dB) and noise with your computer's microphone.

This add-on helps you easily measure some important sound factors, such as the sound level in decibel, noise level, sound average, and normalized sound value. When you open the app for the first time, it may ask you about microphone access. Please accept the dialog box to start the add-on. Also, note that the app may take a few seconds before getting ready. So please be patient while the add-on is getting ready. Once the loader is disappeared, the add-on is ready to use. It uses the microphone in your system to capture the surrounding sound. If your computer does not have a microphone, please attach one to it before using the add-on. On the top toolbar within the interface, you see several pieces of information about the surrounding sound. You can also change the capturing sound API via the buttons at the top-right. 

Note: The interface for this app can be opened in a separate window, new tab, or toolbar popup (choose a context from the toolbar button's right-click menu). When you open the app for the first time, please open it in the window or tab to see the microphone permission dialog. 

If you see any bug or have a feature request, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/sound-meter.html).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sound Meter (Noise & Decibel) Sound Meter (Noise & Decibel)
ID fhamlklnpkhdfepaipljcngncafnlbfa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sound-meter-noise-decibel/fhamlklnpkhdfepaipljcngncafnlbfa
คำอธิบาย Measure the surrounding sound (dB) and noise with your computer's microphone!
ขนาดไฟล์ 133 KB
จำนวนการติดตั้ง 50,000
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2023-01-18
วันที่เผยแพร่ 2020-01-05
คะแนน 2.95/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา loora
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/sound-meter.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/sound-meter.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Sound Meter (Noise & Decibel)",
    "homepage_url": "https:\/\/mybrowseraddon.com\/sound-meter.html",
    "description": "Measure the surrounding sound (dB) and noise with your computer's microphone!",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Sound Meter (Noise & Decibel)",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "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"
    }
}