Oweb Voice Input

Input texts to website's text boxes by speaking.

Oweb Voice Inputคืออะไร?

Oweb Voice Input เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://oweb-pro.com และคุณลักษณะหลักของมันคือ "Input texts to website's text boxes by speaking."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Oweb Voice Input

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}