Speech to text
Helps to convert speech into text
什么是Speech to text?
Speech to text是由speechtotextextension开发的Chrome扩展程序,该扩展的主要功能是“Helps to convert speech into text”。
扩展截图
下载Speech to text扩展crx文件
下载Speech to text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple-to-use voice to text converter that you can use with your web browser easily. Audio to Text (Voice Recognition) extension lets you convert your speech into text. It supports multiple languages. Voice to text is the simplest way to convert your voice messages to text. You can write long notes as well as essays, blog posts, and reports. Key Features: Write your content accurately with precise captions Accurate speech recognition Easy to use interface Supports multiple languages Saves your time & increases writing efficiency cutting-edge speech-recognition technology Put Speech Into Action Speech to text enables you to dictate, record, and transcribe text instead of typing. This extension uses the latest speech-to-text voice recognition technology and helps you type long text content by voice. From now on you do not need to type text; instead, dictate using your voice. VTT (voice to text) extension is really helpful for those who suffer from hand injuries or physical impairments. The most recent VTT technology is extremely precise and fluid. It can easily handle several accents. This extension can be used on any microphone, including an inbuilt laptop mic.
扩展基本信息
名称 | Speech to text |
ID | nagkcfhjaigeefjgimlfmdppohkpfhhg |
官方URL | https://chromewebstore.google.com/detail/speech-to-text/nagkcfhjaigeefjgimlfmdppohkpfhhg |
简介 | Helps to convert speech into text |
文件大小 | 66.28 KB |
安装次数 | 1,571 |
当前版本 | 1.0.0 |
更新时间 | 2022-07-20 |
上架时间 | 2022-07-20 |
评分 | 3.80/5 共5次评分 |
开发者 | speechtotextextension |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://sites.google.com/view/speech-my-text/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Speech to text", "version": "1.0.0", "description": "Helps to convert speech into text", "action": { "derfault_title": "Speech to text" }, "icons": { "16": "icon 16.png", "32": "icon 32.png", "48": "icon 64.png" }, "background": { "service_worker": "background.js" } } |