Sound Level Meter

Use your computer's microphone to measure the ambient noise and sound (dB)!

Sound Level Meterคืออะไร?

Sound Level Meter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย florencekeva และคุณลักษณะหลักของมันคือ "Use your computer's microphone to measure the ambient noise and sound (dB)!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sound Level Meter

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

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

                        With the "Sound Level Meter" add-on, you may measure the ambient sound (dB) and noise with your computer's microphone.

This add-on allows you to quickly measure several crucial sound parameters, such as sound level in decibels, noise level, sound average, and normalized sound value. When you initially open the app, it may ask if you want to allow microphone access. Please select Yes in the dialog box to start the add-on. Also, keep in mind that the program may take a few moments to load completely.

Please be patient as the add-on is being prepared. Once the loader has vanished, the add-on is ready to use. The add-on captures sound using your system's microphone. If you don't have a microphone on your computer, attach one before utilizing it with this add-on. On the top toolbar of the interface, you'll find several pieces of information regarding the ambient noise. You may also change the capturing sound API by clicking buttons at the top right. 

The interface of this program may be accessed from a new tab, window, or toolbar popup. To see the microphone permission dialog when you initially launch the software, open it in a new window or tab.                    

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

ชื่อ Sound Level Meter Sound Level Meter
ID bgjelpahfjmaghbnlehddolkhmkgebbc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sound-level-meter/bgjelpahfjmaghbnlehddolkhmkgebbc
คำอธิบาย Use your computer's microphone to measure the ambient noise and sound (dB)!
ขนาดไฟล์ 144 KB
จำนวนการติดตั้ง 904
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2022-07-07
วันที่เผยแพร่ 2022-05-22
คะแนน 4.98/5 รวมทั้งหมด 50 คะแนน
ผู้พัฒนา florencekeva
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://worldaddons.com/sound-level-meter/
URL หน้าช่วยเหลือ https://worldaddons.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://worldaddons.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "manifest_version": 3,
    "offline_enabled": true,
    "short_name": "sound-level-meter",
    "name": "Sound Level Meter",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/sound-level-meter\/",
    "description": "Use your computer's microphone to measure the ambient noise and sound (dB)!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Sound Level Meter",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}