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"
}