Voice Command
Voice Command turns your web browser into a voice-based assistant.
Was ist Voice Command?
Voice Command ist eine Chrome-Erweiterung, die von voicecommandextension entwickelt wurde, und ihr Hauptmerkmal ist "Voice Command turns your web browser into a voice-based assistant.".
Erweiterungsscreenshots
Voice Command-Erweiterungs-CRX-Datei herunterladen
Laden Sie Voice Command-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Voice Command |
ID | khbofkpcdlkkgpkjdgibjiambmangfip |
Offizielle URL | https://chromewebstore.google.com/detail/voice-command/khbofkpcdlkkgpkjdgibjiambmangfip |
Beschreibung | Voice Command turns your web browser into a voice-based assistant. |
Dateigröße | 194 KB |
Installationsanzahl | 485 |
Aktuelle Version | 0.0.0.5 |
Letztes Update | 2020-08-14 |
Veröffentlichungsdatum | 2019-04-20 |
Entwickler | voicecommandextension |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [] } |