C-Speech for Chrome

Command & control your desktop with the power of voice.

Qu'est-ce que C-Speech for Chrome ?

C-Speech for Chrome est une extension Chrome développée par Crescendo Systems, et sa fonction principale est "Command & control your desktop with the power of voice.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension C-Speech for Chrome

Téléchargez les fichiers d'extension C-Speech for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom C-Speech for Chrome C-Speech for Chrome
ID jjjgaecfmibnmhbaedocjgkfckhplcpd
URL Officiel https://chromewebstore.google.com/detail/c-speech-for-chrome/jjjgaecfmibnmhbaedocjgkfckhplcpd
Description Command & control your desktop with the power of voice.
Taille du Fichier 122 KB
Nombre d'Installations 83
Version Actuelle 3.4.1290
Dernière Mise à Jour 2021-03-01
Date de Publication 2020-06-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur Crescendo Systems
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.crescendo.com/C-speech/
URL de la Page d'Aide https://www.crescendo.com/contact-us.html
Langues Prises en Charge 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"
}