Voice Recognization
VR
Cos'è Voice Recognization?
Voice Recognization è un'estensione di Chrome sviluppata da Qodic, e la sua funzione principale è "VR".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Voice Recognization
Scarica i file di estensione Voice Recognization in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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...
Informazioni di Base sull'Estensione
Nome | Voice Recognization |
ID | jfeaieecejjafmabfiebmnbomogpmhjb |
URL Ufficiale | https://chromewebstore.google.com/detail/voice-recognization/jfeaieecejjafmabfiebmnbomogpmhjb |
Descrizione | VR |
Dimensione del File | 2.75 MB |
Conteggio Installazioni | 16 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-12-11 |
Data di Pubblicazione | 2017-09-07 |
Sviluppatore | Qodic |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/", " |