C-Speech for Chrome

Command & control your desktop with the power of voice.

C-Speech for Chrome là gì?

C-Speech for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Crescendo Systems, và tính năng chính của nó là "Command & control your desktop with the power of voice.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng C-Speech for Chrome

Tải xuống các tệp mở rộng C-Speech for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên C-Speech for Chrome C-Speech for Chrome
ID jjjgaecfmibnmhbaedocjgkfckhplcpd
URL Chính Thức https://chromewebstore.google.com/detail/c-speech-for-chrome/jjjgaecfmibnmhbaedocjgkfckhplcpd
Mô tả Command & control your desktop with the power of voice.
Kích Thước Tệp 122 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 3.4.1290
Cập Nhật Lần Cuối 2021-03-01
Ngày Phát Hành 2020-06-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Crescendo Systems
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.crescendo.com/C-speech/
URL Trang Trợ Giúp https://www.crescendo.com/contact-us.html
Ngôn Ngữ Được Hỗ Trợ 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"
}