Oweb Voice Input

Input texts to website's text boxes by speaking.

What is Oweb Voice Input?

Oweb Voice Input is a Chrome extension developed by http://oweb-pro.com, and its main feature is "Input texts to website's text boxes by speaking.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Oweb Voice Input Extension CRX File

Download Oweb Voice Input extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Oweb Voice Input PRO

Input texts to website's text boxes by speaking.

OVI recognizes 60 languages including dialects.                    

Extension Basic Information

Name Oweb Voice Input Oweb Voice Input
ID eoecopflbmclnpkehbdbldonpfbmbbfm
Official URL https://chrome.google.com/webstore/detail/oweb-voice-input/eoecopflbmclnpkehbdbldonpfbmbbfm
Description Input texts to website's text boxes by speaking.
File Size 74.28 KB
Installation Count 1,000
Current Version 1.0
Last Updated 2016-06-23
Publish Date 2016-06-23
Rating 2.97/5 Total 31 Ratings
Developer http://oweb-pro.com
Payment Type free
Privacy Policy Page URL http://chromereload.net/siteprivacy.html
Supported Languages 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"
}