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
官方網址 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
}