EasySpeak
This extension will allow users to speak into the website, a new way to interact.
什么是EasySpeak?
EasySpeak是由jsbbvk开发的Chrome扩展程序,该扩展的主要功能是“This extension will allow users to speak into the website, a new way to interact.”。
扩展截图
下载EasySpeak扩展crx文件
下载EasySpeak扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Visit our website: www.easyspeak.tech This extension will allow you to transform your speech into text that is placed into text areas. Instuctions: Simply select a text field and start the voice recognition to see the magic unfold. Commands: - 'clear slate' - 'delete word' - 'new paragraph' - "Open" + (valid url) - "Buy" + (item queries) - "Search" + (anything) - "Solve" + (anything) - "What is" + (anything) - "Play video" + (anything)
扩展基本信息
名称 | EasySpeak |
ID | ddjlgapaflfbkfndnhlehildjhegeomk |
官方URL | https://chromewebstore.google.com/detail/easyspeak/ddjlgapaflfbkfndnhlehildjhegeomk |
简介 | This extension will allow users to speak into the website, a new way to interact. |
文件大小 | 149 KB |
安装次数 | 11 |
当前版本 | 1.5 |
更新时间 | 2018-04-26 |
上架时间 | 2018-04-25 |
评分 | 3.00/5 共4次评分 |
开发者 | jsbbvk |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EasySpeak", "description": "This extension will allow users to speak into the website, a new way to interact.", "version": "1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "background": [ { "scripts": [ "background.js" ] } ], "content_scripts": [ { "matches": [ " |