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
官方網址 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"
}