Voice Command

Voice Command turns your web browser into a voice-based assistant.

¿Qué es Voice Command?

Voice Command es una extensión de Chrome desarrollada por voicecommandextension, y su función principal es "Voice Command turns your web browser into a voice-based assistant.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Voice Command

Descarga archivos de extensión Voice Command en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Voice Command Voice Command
ID khbofkpcdlkkgpkjdgibjiambmangfip
URL Oficial https://chromewebstore.google.com/detail/voice-command/khbofkpcdlkkgpkjdgibjiambmangfip
Descripción Voice Command turns your web browser into a voice-based assistant.
Tamaño del Archivo 194 KB
Cantidad de Instalaciones 485
Versión Actual 0.0.0.5
Última Actualización 2020-08-14
Fecha de Publicación 2019-04-20
Desarrollador voicecommandextension
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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": []
}