Microphone Test

Test your microphone directly in your browser.

Cos'è Microphone Test?

Microphone Test è un'estensione di Chrome sviluppata da http://online-mic-test.com, e la sua funzione principale è "Test your microphone directly in your browser.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Microphone Test

Scarica i file di estensione Microphone Test in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Microphone Test Microphone Test
ID paopdjgdenaiaoihmodjigpabjmnldao
URL Ufficiale https://chrome.google.com/webstore/detail/microphone-test/paopdjgdenaiaoihmodjigpabjmnldao
Descrizione Test your microphone directly in your browser.
Dimensione del File 5.6 MB
Conteggio Installazioni 50,000
Versione Corrente 1.7
Ultimo Aggiornamento 2021-05-13
Data di Pubblicazione 2020-04-17
Valutazione 4.50/5 Totale 10 Valutazioni
Sviluppatore http://online-mic-test.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://online-mic-test.com
URL della Pagina di Aiuto https://online-mic-test.com
Lingue Supportate 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
}