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”。
擴展截圖
下載Ampare Listen To My Voice擴展crx文件
下載Ampare Listen To My Voice擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | nenkeohamepkcdcikoimimngcgdimjhf |
官方網址 | 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" ] } |