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
Eメール [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"
}