Talk & Write
A listening notepad
什么是Talk & Write?
Talk & Write是由https://www.extendbrowser.com开发的Chrome扩展程序,该扩展的主要功能是“A listening notepad”。
扩展截图
下载Talk & Write扩展crx文件
下载Talk & Write扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"TALK & WRITE" for Chrome browser. Reduce typing time with this voice recognition extension. Talk & Write" is an extension for Chrome browser that helps you type text using your voice. Read a text content and it will be typed to a notepad where you can edit it as you like. "Talk & Write" purpose is to digitize a text document by reading it, through a simple interface. For better results, use a headset or an external microphone. Powered by Google's Web Speech API.
扩展基本信息
名称 | Talk & Write |
ID | aoccbmdngdnaepdoonchccpgloegkhid |
官方URL | https://chromewebstore.google.com/detail/talk-write/aoccbmdngdnaepdoonchccpgloegkhid |
简介 | A listening notepad |
文件大小 | 41.23 KB |
安装次数 | 10,000 |
当前版本 | 1.0.1 |
更新时间 | 2023-08-29 |
上架时间 | 2020-02-11 |
评分 | 4.44/5 共39次评分 |
开发者 | https://www.extendbrowser.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.extendbrowser.com/talkandwrite.html |
隐私政策页面URL | https://www.extendbrowser.com/privacy_policy.html |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Talk & Write", "description": "A listening notepad", "icons": { "16": "speakingHead16.png", "32": "speakingHead32.png", "48": "speakingHead48.png", "128": "speakingHead128.png" }, "version": "1.0.1", "author": "George Zotos", "action": { "default_icon": "speakingHead48.png", "default_title": "Talk & Write" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/www.extendbrowser.com\/*" ] } |