Speech To Text Engine

For your browser, there's an easy-to-use speech synthesis and analysis program!

什么是Speech To Text Engine?

Speech To Text Engine是由Steven Sanders开发的Chrome扩展程序,该扩展的主要功能是“For your browser, there's an easy-to-use speech synthesis and analysis program!”。

扩展截图

screenshot

下载Speech To Text Engine扩展crx文件

下载Speech To Text Engine扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        "Speech To Text Engine" is a plugin that aids in the conversion of speech to text. 

It is capable of recognizing a wide range of languages and dialects. Simply select the big microphone symbol to begin converting your voice to text after opening the addon's UI. Please note that, when the add-on is launched for the first time, it will request microphone access. Please allow this software to function properly. 

In the UI, all captured text is displayed in the top text area. To copy the content, use (Ctrl + C) on your keyboard. When this add-on is closed, there are no additional activities taking place. Furthermore, it does not require an internet connection to function.                    

扩展基本信息

名称 Speech To Text Engine Speech To Text Engine
ID nfaflpdfalanegbebaikeadklolpflfi
官方URL https://chromewebstore.google.com/detail/speech-to-text-engine/nfaflpdfalanegbebaikeadklolpflfi
简介 For your browser, there's an easy-to-use speech synthesis and analysis program!
文件大小 147 KB
安装次数 956
当前版本 0.1
更新时间 2022-07-04
上架时间 2022-07-04
评分 4.89/5 共36次评分
开发者 Steven Sanders
电子邮箱 [email protected]
付费类型 free
扩展官网 https://worldaddons.com/speech-to-text-engine/
帮助页面URL https://worldaddons.com/contact/
隐私政策页面URL https://worldaddons.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "short_name": "speech-to-text-engine",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "name": "Speech To Text Engine",
    "homepage_url": "https:\/\/worldaddons.com\/speech-to-text-engine\/",
    "description": "For your browser, there's an easy-to-use speech synthesis and analysis program!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Speech To Text Engine",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}