Speech to Text (Voice Recognition)

An easy to use speech synthesis and recognition tool for your browser!

什麼是Speech to Text (Voice Recognition)?

Speech to Text (Voice Recognition)是由Keller開發的Chrome擴展程式,該擴展的主要功能是“An easy to use speech synthesis and recognition tool for your browser!”。

擴展截圖

screenshot
screenshot

下載Speech to Text (Voice Recognition)擴展crx文件

下載Speech to Text (Voice Recognition)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Speech to Text (Voice Recognition) is an extension that helps you convert your speech to text. 

It can recognize a wide variety of languages and related dialects. In order to work with this extension, simply open the addon's UI and then press on the big microphone icon to start converting your voice to text. Please note that, when the add-on is first started, it asks for microphone permission. Please accept the permission to start working with the add-on. 

All the captured text is placed in the top text-area within the UI. In order to copy the text, use (Ctrl + C) keyboard combination. This add-on has no background activities when it is closed. Moreover, it does not need an internet connection for operation.

If you found a bug to report, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/speech-to-text.html).                    

擴展基本資訊

名稱 Speech to Text (Voice Recognition) Speech to Text (Voice Recognition)
ID kcgloaobfaiejoiahlhnfaolfcifjjho
官方網址 https://chromewebstore.google.com/detail/speech-to-text-voice-reco/kcgloaobfaiejoiahlhnfaolfcifjjho
簡介 An easy to use speech synthesis and recognition tool for your browser!
檔案大小 36.81 KB
安裝次數 305,685
目前版本 0.1.5
更新時間 2023-09-17
上架時間 2020-02-12
評分 3.18/5 共 80 次評分
開發者 Keller
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mybrowseraddon.com/speech-to-text.html
說明頁面URL https://mybrowseraddon.com/speech-to-text.html
隱私政策頁面URL https://mybrowseraddon.com/privacy-policy/keller.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "name": "Speech to Text (Voice Recognition)",
    "homepage_url": "https:\/\/mybrowseraddon.com\/speech-to-text.html",
    "description": "An easy to use speech synthesis and recognition tool for your browser!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Speech to Text",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}