Microphone Test

Test your microphone directly in your browser.

什么是Microphone Test?

Microphone Test是由http://online-mic-test.com开发的Chrome扩展程序,该扩展的主要功能是“Test your microphone directly in your browser.”。

扩展截图

screenshot
screenshot

下载Microphone Test扩展crx文件

下载Microphone Test扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Microphone Test Microphone Test
ID paopdjgdenaiaoihmodjigpabjmnldao
官方URL https://chrome.google.com/webstore/detail/microphone-test/paopdjgdenaiaoihmodjigpabjmnldao
简介 Test your microphone directly in your browser.
文件大小 5.6 MB
安装次数 50,000
当前版本 1.7
更新时间 2021-05-13
上架时间 2020-04-17
评分 4.50/5 共10次评分
开发者 http://online-mic-test.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://online-mic-test.com
帮助页面URL https://online-mic-test.com
支持的语言 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
}