C-Speech for Chrome

Command & control your desktop with the power of voice.

Cos'è C-Speech for Chrome?

C-Speech for Chrome è un'estensione di Chrome sviluppata da Crescendo Systems, e la sua funzione principale è "Command & control your desktop with the power of voice.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione C-Speech for Chrome

Scarica i file di estensione C-Speech for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome C-Speech for Chrome C-Speech for Chrome
ID jjjgaecfmibnmhbaedocjgkfckhplcpd
URL Ufficiale https://chromewebstore.google.com/detail/c-speech-for-chrome/jjjgaecfmibnmhbaedocjgkfckhplcpd
Descrizione Command & control your desktop with the power of voice.
Dimensione del File 122 KB
Conteggio Installazioni 83
Versione Corrente 3.4.1290
Ultimo Aggiornamento 2021-03-01
Data di Pubblicazione 2020-06-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Crescendo Systems
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.crescendo.com/C-speech/
URL della Pagina di Aiuto https://www.crescendo.com/contact-us.html
Lingue Supportate 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"
}