Voice Command

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

Wat is Voice Command?

Voice Command is een Chrome-extensie ontwikkeld door voicecommandextension, en de belangrijkste functie is "Voice Command turns your web browser into a voice-based assistant.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Voice Command

Download Voice Command-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Voice Command Voice Command
ID khbofkpcdlkkgpkjdgibjiambmangfip
Officiële URL https://chromewebstore.google.com/detail/voice-command/khbofkpcdlkkgpkjdgibjiambmangfip
Beschrijving Voice Command turns your web browser into a voice-based assistant.
Bestandsgrootte 194 KB
Aantal Installaties 485
Huidige Versie 0.0.0.5
Laatst Bijgewerkt 2020-08-14
Publicatiedatum 2019-04-20
Ontwikkelaar voicecommandextension
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}