Voice Recognization
VR
Was ist Voice Recognization?
Voice Recognization ist eine Chrome-Erweiterung, die von Qodic entwickelt wurde, und ihr Hauptmerkmal ist "VR".
Erweiterungsscreenshots
Voice Recognization-Erweiterungs-CRX-Datei herunterladen
Laden Sie Voice Recognization-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
Perform simple actions by just talking to your extension. This extension recognizes some pre-built commands and performs the actions. We have used Google Speech to text API® to convert voice to text. The extension recognizes the following basic commands: - Open a website - for example, just say open facebook and it will open facebook.com - Youtube actions - play and pause a video - More coming soon...
Grundlegende Informationen zur Erweiterung
Name | Voice Recognization |
ID | jfeaieecejjafmabfiebmnbomogpmhjb |
Offizielle URL | https://chromewebstore.google.com/detail/voice-recognization/jfeaieecejjafmabfiebmnbomogpmhjb |
Beschreibung | VR |
Dateigröße | 2.75 MB |
Installationsanzahl | 16 |
Aktuelle Version | 1.1 |
Letztes Update | 2021-12-11 |
Veröffentlichungsdatum | 2017-09-07 |
Entwickler | Qodic |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Voice Recognization", "description": "VR", "short_name": "VR", "version": "1.1", "manifest_version": 2, "icons": { "48": "icons\/logo_64.png", "128": "icons\/logo_128.png" }, "browser_action": { "default_icon": { "16": "icons\/logo_16.png", "32": "icons\/logo_32.png" }, "default_title": "Click Here", "default_popup": "popup.html" }, "permissions": [ "*:\/\/*\/*", "https:\/\/*\/", "http:\/\/*\/", " |