C-Speech for Chrome

Command & control your desktop with the power of voice.

C-Speech for Chromeคืออะไร?

C-Speech for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Crescendo Systems และคุณลักษณะหลักของมันคือ "Command & control your desktop with the power of voice."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย C-Speech for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}