Oweb Voice Input

Input texts to website's text boxes by speaking.

Apa itu Oweb Voice Input?

Oweb Voice Input adalah ekstensi Chrome yang dikembangkan oleh http://oweb-pro.com, dan fitur utamanya adalah "Input texts to website's text boxes by speaking.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Oweb Voice Input

Unduh file ekstensi Oweb Voice Input dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Oweb Voice Input PRO

Input texts to website's text boxes by speaking.

OVI recognizes 60 languages including dialects.                    

Informasi Dasar Ekstensi

Nama Oweb Voice Input Oweb Voice Input
ID eoecopflbmclnpkehbdbldonpfbmbbfm
URL Resmi https://chrome.google.com/webstore/detail/oweb-voice-input/eoecopflbmclnpkehbdbldonpfbmbbfm
Deskripsi Input texts to website's text boxes by speaking.
Ukuran File 74.28 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-06-23
Tanggal Publikasi 2016-06-23
Penilaian 2.97/5 Total 31 Penilaian
Pengembang http://oweb-pro.com
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://chromereload.net/siteprivacy.html
Bahasa yang Didukung 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"
}