EasyFox語音辨識

自動語音辨識

What is EasyFox語音辨識?

EasyFox語音辨識 is a Chrome extension developed by EasyFox™, and its main feature is "自動語音辨識".

Extension Screenshots

screenshot
screenshot

Download EasyFox語音辨識 Extension CRX File

Download EasyFox語音辨識 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        本擴充套件係透過語音辨識,將語音訊號轉換為文字
目前支援語言為中文(台灣)

使用方法:
1.首先,選擇一隻品質好的麥克風是決勝的關鍵。
2.安裝後,在輸入框框(input,textarea)點擊右鍵,並點選語音辨識即會開始辨識語音訊息
3.當輸入框呈現黃色代表,正在辨識中
4.點選網頁任意地方,或敲擊鍵盤,即會停止辨識。

(目前僅支援由框框的最後面加入字串)

*目前本套件還在Beta測試階段,說完話字還沒出來請耐心等待,不要拿石頭砸電腦,謝謝您的合作。

版本更新:
V1.0.7 程式優化
V1.0.6,修復Bug
V1.0.5 已支援Gmail等特殊輸入框
V1.0.4 加入自訂常用字串轉換功能
v1.0.3 提升UX,增加及時語音互動性                    

Extension Basic Information

Name EasyFox語音辨識 EasyFox語音辨識
ID adhejfemhikenogccjlljipjiekgopfh
Official URL https://chromewebstore.google.com/detail/easyfox%E8%AA%9E%E9%9F%B3%E8%BE%A8%E8%AD%98/adhejfemhikenogccjlljipjiekgopfh
Description 自動語音辨識
File Size 411 KB
Installation Count 1,126
Current Version 1.0.8
Last Updated 2015-01-16
Publish Date 2015-01-15
Rating 3.92/5 Total 13 Ratings
Developer EasyFox™
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EasyFox\u8a9e\u97f3\u8fa8\u8b58",
    "manifest_version": 2,
    "description": "\u81ea\u52d5\u8a9e\u97f3\u8fa8\u8b58",
    "version": "1.0.8",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "icons": {
        "16": "fox-16.png",
        "48": "fox-48.png",
        "64": "fox-64.png",
        "128": "fox-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "SpeechToText.html"
    ]
}