Voice Command
Voice Command turns your web browser into a voice-based assistant.
什么是Voice Command?
Voice Command是由voicecommandextension开发的Chrome扩展程序,该扩展的主要功能是“Voice Command turns your web browser into a voice-based assistant.”。
扩展截图
下载Voice Command扩展crx文件
下载Voice Command扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you say the name of a website, you'll navigate there. If you ask for the weather report, you'll see one. If you tell your browser to play music, it will. From your New Tab screen, you'll be able to issue voice commands like: - new york times - play the beatles - search for the best pajamas - new doc - new email - new presentation - close all tabs - what's the weather today
扩展基本信息
名称 | Voice Command |
ID | khbofkpcdlkkgpkjdgibjiambmangfip |
官方URL | https://chromewebstore.google.com/detail/voice-command/khbofkpcdlkkgpkjdgibjiambmangfip |
简介 | Voice Command turns your web browser into a voice-based assistant. |
文件大小 | 194 KB |
安装次数 | 485 |
当前版本 | 0.0.0.5 |
更新时间 | 2020-08-14 |
上架时间 | 2019-04-20 |
开发者 | voicecommandextension |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voice Command", "author": "Scott Zuccarino", "version": "0.0.0.5", "description": "Voice Command turns your web browser into a voice-based assistant.", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "128.png" }, "commands": { "start-listening-shortcut": { "suggested_key": { "default": "Ctrl+Shift+0" }, "description": "Start Listening", "global": true } }, "background": { "scripts": [ "js\/Background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [] } |