Oweb Voice Input
Input texts to website's text boxes by speaking.
Wat is Oweb Voice Input?
Oweb Voice Input is een Chrome-extensie ontwikkeld door http://oweb-pro.com, en de belangrijkste functie is "Input texts to website's text boxes by speaking.".
Extensie Screenshots
Download het CRX-bestand van de extensie Oweb Voice Input
Download Oweb Voice Input-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Oweb Voice Input PRO Input texts to website's text boxes by speaking. OVI recognizes 60 languages including dialects.
Basisinformatie over de Extensie
Naam | |
ID | eoecopflbmclnpkehbdbldonpfbmbbfm |
Officiële URL | https://chrome.google.com/webstore/detail/oweb-voice-input/eoecopflbmclnpkehbdbldonpfbmbbfm |
Beschrijving | Input texts to website's text boxes by speaking. |
Bestandsgrootte | 74.28 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-06-23 |
Publicatiedatum | 2016-06-23 |
Beoordeling | 2.97/5 Totaal 31 Beoordelingen |
Ontwikkelaar | http://oweb-pro.com |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://chromereload.net/siteprivacy.html |
Ondersteunde Talen | 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" } |