C-Speech for Chrome

Command & control your desktop with the power of voice.

Wat is C-Speech for Chrome?

C-Speech for Chrome is een Chrome-extensie ontwikkeld door Crescendo Systems, en de belangrijkste functie is "Command & control your desktop with the power of voice.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie C-Speech for Chrome

Download C-Speech for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam C-Speech for Chrome C-Speech for Chrome
ID jjjgaecfmibnmhbaedocjgkfckhplcpd
Officiële URL https://chromewebstore.google.com/detail/c-speech-for-chrome/jjjgaecfmibnmhbaedocjgkfckhplcpd
Beschrijving Command & control your desktop with the power of voice.
Bestandsgrootte 122 KB
Aantal Installaties 83
Huidige Versie 3.4.1290
Laatst Bijgewerkt 2021-03-01
Publicatiedatum 2020-06-08
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Crescendo Systems
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.crescendo.com/C-speech/
Help Pagina-URL https://www.crescendo.com/contact-us.html
Ondersteunde Talen 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"
}