Speech to Text
Speech recognizer application to keep it as text.
什么是Speech to Text?
Speech to Text是由tand826开发的Chrome扩展程序,该扩展的主要功能是“Speech recognizer application to keep it as text.”。
扩展截图
下载Speech to Text扩展crx文件
下载Speech to Text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Speech recognizer extension. Just record your voice and keep them as text in the history. You can copy the histories with a single click, or ctrl(alt/option)+click for multiple histories. [ Updated v2.1 ] > added locales [ Updated v2.0 ] > added a setting to keep recording until it is manually stopped > added a button to delete all the recorded histories > added a feature to copy multiple histories by clicking with ctrl / alt / option key > history can store up to 10 records
扩展基本信息
名称 | Speech to Text |
ID | icgocicggifobehhjlekfcfmkmgnhoik |
官方URL | https://chromewebstore.google.com/detail/speech-to-text/icgocicggifobehhjlekfcfmkmgnhoik |
简介 | Speech recognizer application to keep it as text. |
文件大小 | 677 KB |
安装次数 | 3,620 |
当前版本 | 2.1 |
更新时间 | 2022-02-16 |
上架时间 | 2020-03-24 |
评分 | 3.50/5 共2次评分 |
开发者 | tand826 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://tand826.github.io/speech_to_text_homepage/ |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Takumi Ando", "name": "Speech to Text", "description": "Speech recognizer application to keep it as text.", "version": "2.1", "icons": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_icon": "icons\/icon32.png", "default_title": "Popup", "default_popup": "popup.html" }, "permissions": [ "storage" ], "homepage_url": "https:\/\/github.com\/tand826\/speech2text", "default_locale": "en" } |