Oweb Voice Input
Input texts to website's text boxes by speaking.
Qu'est-ce que Oweb Voice Input ?
Oweb Voice Input est une extension Chrome développée par http://oweb-pro.com, et sa fonction principale est "Input texts to website's text boxes by speaking.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Oweb Voice Input
Téléchargez les fichiers d'extension Oweb Voice Input 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
Oweb Voice Input PRO Input texts to website's text boxes by speaking. OVI recognizes 60 languages including dialects.
Informations de Base sur l'Extension
Nom | |
ID | eoecopflbmclnpkehbdbldonpfbmbbfm |
URL Officiel | https://chrome.google.com/webstore/detail/oweb-voice-input/eoecopflbmclnpkehbdbldonpfbmbbfm |
Description | Input texts to website's text boxes by speaking. |
Taille du Fichier | 74.28 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-06-23 |
Date de Publication | 2016-06-23 |
Évaluation | 2.97/5 Total 31 Évaluations |
Développeur | http://oweb-pro.com |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://chromereload.net/siteprivacy.html |
Langues Prises en Charge | 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" } |