Oweb Voice Input

Input texts to website's text boxes by speaking.

什么是Oweb Voice Input?

Oweb Voice Input是由http://oweb-pro.com开发的Chrome扩展程序,该扩展的主要功能是“Input texts to website's text boxes by speaking.”。

扩展截图

screenshot
screenshot
screenshot

下载Oweb Voice Input扩展crx文件

下载Oweb Voice Input扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Oweb Voice Input PRO

Input texts to website's text boxes by speaking.

OVI recognizes 60 languages including dialects.                    

扩展基本信息

名称 Oweb Voice Input Oweb Voice Input
ID eoecopflbmclnpkehbdbldonpfbmbbfm
官方URL https://chrome.google.com/webstore/detail/oweb-voice-input/eoecopflbmclnpkehbdbldonpfbmbbfm
简介 Input texts to website's text boxes by speaking.
文件大小 74.28 KB
安装次数 1,000
当前版本 1.0
更新时间 2016-06-23
上架时间 2016-06-23
评分 2.97/5 共31次评分
开发者 http://oweb-pro.com
付费类型 free
隐私政策页面URL http://chromereload.net/siteprivacy.html
支持的语言 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"
}