Voice Command
Voice Command turns your web browser into a voice-based assistant.
Qu'est-ce que Voice Command ?
Voice Command est une extension Chrome développée par voicecommandextension, et sa fonction principale est "Voice Command turns your web browser into a voice-based assistant.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Voice Command
Téléchargez les fichiers d'extension Voice Command au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Voice Command |
ID | khbofkpcdlkkgpkjdgibjiambmangfip |
URL Officiel | https://chromewebstore.google.com/detail/voice-command/khbofkpcdlkkgpkjdgibjiambmangfip |
Description | Voice Command turns your web browser into a voice-based assistant. |
Taille du Fichier | 194 KB |
Nombre d'Installations | 485 |
Version Actuelle | 0.0.0.5 |
Dernière Mise à Jour | 2020-08-14 |
Date de Publication | 2019-04-20 |
Développeur | voicecommandextension |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |