C-Speech for Chrome

Command & control your desktop with the power of voice.

什么是C-Speech for Chrome?

C-Speech for Chrome是由Crescendo Systems开发的Chrome扩展程序,该扩展的主要功能是“Command & control your desktop with the power of voice.”。

扩展截图

screenshot

下载C-Speech for Chrome扩展crx文件

下载C-Speech for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 C-Speech for Chrome C-Speech for Chrome
ID jjjgaecfmibnmhbaedocjgkfckhplcpd
官方URL https://chromewebstore.google.com/detail/c-speech-for-chrome/jjjgaecfmibnmhbaedocjgkfckhplcpd
简介 Command & control your desktop with the power of voice.
文件大小 122 KB
安装次数 83
当前版本 3.4.1290
更新时间 2021-03-01
上架时间 2020-06-08
评分 5.00/5 共2次评分
开发者 Crescendo Systems
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.crescendo.com/C-speech/
帮助页面URL https://www.crescendo.com/contact-us.html
支持的语言 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"
}