Ampare Listen To My Voice

Testing Microphone Sound By Echoing

Ampare Listen To My Voice란 무엇입니까?

Ampare Listen To My Voice은(는) http://ampareengine.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Testing Microphone Sound By Echoing"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ampare Listen To My Voice 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ampare Listen To My Voice is a Free Chrome Extension That Allow You To Test Your Microphone By Listening To Your Select Microphone Device.

It is great for testing your microphone before important Google Hangout , Facebook Messenger Meeting.

We Respect Your Privacy , Our Microphone Testing Software doesn't log or track any of your information. Moreover , The Software doesn't require internet connection in order to function.                    

확장 프로그램 기본 정보

이름 Ampare Listen To My Voice Ampare Listen To My Voice
ID nenkeohamepkcdcikoimimngcgdimjhf
공식 URL https://chrome.google.com/webstore/detail/ampare-listen-to-my-voice/nenkeohamepkcdcikoimimngcgdimjhf
설명 Testing Microphone Sound By Echoing
파일 크기 23.41 KB
설치 횟수 1,000
현재 버전 1.1
최근 업데이트 2017-06-10
출시 날짜 2017-06-10
평점 4.10/5 총 10 개의 평점
개발자 http://ampareengine.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.ampareengine.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ampare Listen To My Voice",
    "short_name": "Microphone Tester",
    "version": "1.1",
    "description": "Testing Microphone Sound By Echoing",
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Microphone Test",
        "default_icon": "icon-128.png"
    },
    "permissions": [
        "tabs"
    ]
}