VoiceType for Mail
Speech-to-text utlity for Gmail
什么是VoiceType for Mail?
VoiceType for Mail是由Salesla开发的Chrome扩展程序,该扩展的主要功能是“Speech-to-text utlity for Gmail”。
扩展截图
下载VoiceType for Mail扩展crx文件
下载VoiceType for Mail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension converts your voice to text in Gmail so you can write and reply to messages in a hassle-free manner while multi-tasking. Simply click the icon next to "Send" button and start speaking, voice commands like "Stop Recording" and "Start Recording" are also supported.
扩展基本信息
名称 | VoiceType for Mail |
ID | acinbgdggbgeiaebcnkhkgmcggneohoo |
官方URL | https://chromewebstore.google.com/detail/voicetype-for-mail/acinbgdggbgeiaebcnkhkgmcggneohoo |
简介 | Speech-to-text utlity for Gmail |
文件大小 | 57.85 KB |
安装次数 | 27 |
当前版本 | 0.0.0.2 |
更新时间 | 2020-11-16 |
上架时间 | 2020-11-12 |
开发者 | Salesla |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://salesla.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "popup.html", "default_title": "VoiceType for Mail" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "js\/kefir.js", "js\/inboxsdk.js", "js\/page.js" ] } ], "icons": { "128": "images\/promotional_128.png", "48": "images\/promotional_48.png", "32": "images\/promotional_32.png", "16": "images\/promotional_16.png" }, "description": "Speech-to-text utlity for Gmail", "manifest_version": 2, "name": "VoiceType for Mail", "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/" ], "version": "0.0.0.2" } |