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
官方網址 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"
}