Microphone Test

Test your microphone directly in your browser.

Microphone Test là gì?

Microphone Test là một tiện ích mở rộng Chrome được phát triển bởi http://online-mic-test.com, và tính năng chính của nó là "Test your microphone directly in your browser.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Microphone Test 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

                        A microphone testing tool that allows you to check that your microphone functions correctly. It's easy to use and has a beautiful interface displaying fading sound waves.                    

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

Tên Microphone Test Microphone Test
ID paopdjgdenaiaoihmodjigpabjmnldao
URL Chính Thức https://chrome.google.com/webstore/detail/microphone-test/paopdjgdenaiaoihmodjigpabjmnldao
Mô tả Test your microphone directly in your browser.
Kích Thước Tệp 5.6 MB
Số Lần Cài Đặt 50,000
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2021-05-13
Ngày Phát Hành 2020-04-17
Đánh Giá 4.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển http://online-mic-test.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://online-mic-test.com
URL Trang Trợ Giúp https://online-mic-test.com
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.7",
    "browser_action": {
        "default_icon": "mic.png"
    },
    "icons": {
        "128": "mic_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}