C-Speech for Chrome

Command & control your desktop with the power of voice.

What is C-Speech for Chrome?

C-Speech for Chrome is a Chrome extension developed by Crescendo Systems, and its main feature is "Command & control your desktop with the power of voice.".

Extension Screenshots

screenshot

Download C-Speech for Chrome Extension CRX File

Download C-Speech for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name C-Speech for Chrome C-Speech for Chrome
ID jjjgaecfmibnmhbaedocjgkfckhplcpd
Official URL https://chromewebstore.google.com/detail/c-speech-for-chrome/jjjgaecfmibnmhbaedocjgkfckhplcpd
Description Command & control your desktop with the power of voice.
File Size 122 KB
Installation Count 83
Current Version 3.4.1290
Last Updated 2021-03-01
Publish Date 2020-06-08
Rating 5.00/5 Total 2 Ratings
Developer Crescendo Systems
Email [email protected]
Payment Type free
Extension Website https://www.crescendo.com/C-speech/
Help Page URL https://www.crescendo.com/contact-us.html
Supported Languages 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"
}