C-Speech for Chrome

Command & control your desktop with the power of voice.

Apa itu C-Speech for Chrome?

C-Speech for Chrome adalah ekstensi Chrome yang dikembangkan oleh Crescendo Systems, dan fitur utamanya adalah "Command & control your desktop with the power of voice.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi C-Speech for Chrome

Unduh file ekstensi C-Speech for Chrome 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

                        C-Speech for Chrome enables a better integration of the C-Speech application into Chrome-hosted web applications.                    

Informasi Dasar Ekstensi

Nama C-Speech for Chrome C-Speech for Chrome
ID jjjgaecfmibnmhbaedocjgkfckhplcpd
URL Resmi https://chromewebstore.google.com/detail/c-speech-for-chrome/jjjgaecfmibnmhbaedocjgkfckhplcpd
Deskripsi Command & control your desktop with the power of voice.
Ukuran File 122 KB
Jumlah Instalasi 83
Versi Saat Ini 3.4.1290
Terakhir Diperbarui 2021-03-01
Tanggal Publikasi 2020-06-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Crescendo Systems
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.crescendo.com/C-speech/
URL Halaman Bantuan https://www.crescendo.com/contact-us.html
Bahasa yang Didukung en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "src\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "src\/images\/icon_16_16.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/bid.g.doubleclick.net\/*",
                "*:\/\/*.medesync.com\/Blank*"
            ],
            "js": [
                "src\/js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "48": "src\/images\/icon_48_48.png",
        "128": "src\/images\/icon_128_128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "nativeMessaging",
        "tabs"
    ],
    "version": "3.4.1290"
}