Oweb Voice Input

Input texts to website's text boxes by speaking.

Oweb Voice Input là gì?

Oweb Voice Input là một tiện ích mở rộng Chrome được phát triển bởi http://oweb-pro.com, và tính năng chính của nó là "Input texts to website's text boxes by speaking.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Oweb Voice Input

Tải xuống các tệp mở rộng Oweb Voice Input dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Oweb Voice Input PRO

Input texts to website's text boxes by speaking.

OVI recognizes 60 languages including dialects.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Oweb Voice Input Oweb Voice Input
ID eoecopflbmclnpkehbdbldonpfbmbbfm
URL Chính Thức https://chrome.google.com/webstore/detail/oweb-voice-input/eoecopflbmclnpkehbdbldonpfbmbbfm
Mô tả Input texts to website's text boxes by speaking.
Kích Thước Tệp 74.28 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-06-23
Ngày Phát Hành 2016-06-23
Đánh Giá 2.97/5 Tổng số 31 Đánh Giá
Nhà Phát Triển http://oweb-pro.com
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://chromereload.net/siteprivacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}