Oweb Voice Input
Input texts to website's text boxes by speaking.
Cos'è Oweb Voice Input?
Oweb Voice Input è un'estensione di Chrome sviluppata da http://oweb-pro.com, e la sua funzione principale è "Input texts to website's text boxes by speaking.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Oweb Voice Input
Scarica i file di estensione Oweb Voice Input 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
Oweb Voice Input PRO Input texts to website's text boxes by speaking. OVI recognizes 60 languages including dialects.
Informazioni di Base sull'Estensione
Nome | |
ID | eoecopflbmclnpkehbdbldonpfbmbbfm |
URL Ufficiale | https://chrome.google.com/webstore/detail/oweb-voice-input/eoecopflbmclnpkehbdbldonpfbmbbfm |
Descrizione | Input texts to website's text boxes by speaking. |
Dimensione del File | 74.28 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-06-23 |
Data di Pubblicazione | 2016-06-23 |
Valutazione | 2.97/5 Totale 31 Valutazioni |
Sviluppatore | http://oweb-pro.com |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://chromereload.net/siteprivacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oweb Voice Input", "description": "Input texts to website's text boxes by speaking.", "version": "1.0", "icons": { "128": "images\/logo\/256-256\/Oweb Voice Input.png", "16": "images\/logo\/32-32\/Oweb Voice Input.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "content.css" ], "js": [ "jquery.min.js", "content.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "options_page": "options.html" } |