Dragon Web Extension

Dragon Web Extension for Chrome

Τι είναι το Dragon Web Extension;

Το Dragon Web Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nuance Communications, Inc., και η κύρια λειτουργία του είναι "Dragon Web Extension for Chrome".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Dragon Web Extension

Λήψη αρχείων επέκτασης Dragon Web Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        For Dragon 13 or later, this extension gives Dragon's full power in Chrome: 

- clicking objects by name (e.g. say "Click Contact" for a link named Contact)
- enhanced dictating and editing (note: in Google Docs, you can work directly or indirectly)

See our video! 

To enable the extension, click “Add to Chrome,” confirm, then refresh (bookmark this page in case you later want it). 
To see that it's enabled: in Chrome, click the menu icon > Settings > Extensions and look for Dragon Web Extension: 
  a. If its "Enable" box is empty, click it.
  b. If the extension is absent, return to this store page and click “Add to Chrome."

For details, please see Dragon's Help menu and www.nuance.com/dragon.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Dragon Web Extension Dragon Web Extension
ID ddaloccgjfibfpkalenodgehlhkgoahe
Επίσημο URL https://chromewebstore.google.com/detail/dragon-web-extension/ddaloccgjfibfpkalenodgehlhkgoahe
Περιγραφή Dragon Web Extension for Chrome
Μέγεθος Αρχείου 304 KB
Αριθμός Εγκαταστάσεων 506,842
Τρέχουσα Έκδοση 15.7.0.5806
Τελευταία Ενημέρωση 2022-12-15
Ημερομηνία Δημοσίευσης 2018-10-11
Αξιολόγηση 2.21/5 Συνολικά 695 Αξιολογήσεις
Προγραμματιστής Nuance Communications, Inc.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.nuance.com/support/dragon-naturallyspeaking/index.htm
Διεύθυνση URL της Σελίδας Βοήθειας http://www.nuance.com/support/dragon-naturallyspeaking/index.htm
URL της Σελίδας Πολιτικής Απορρήτου https://www.nuance.com/about-us/company-policies/privacy-policies.html
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "Dragon Ext",
    "version": "15.7.0.5806",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "action": {
        "default_icon": "images\/dragon_flame_black_16x16.png"
    },
    "icons": {
        "16": "images\/dragon_flame_black_16x16.png",
        "32": "images\/dragon_flame_black_32x32.png",
        "48": "images\/dragon_flame_black_48x48.png",
        "128": "images\/dragon_flame_black_128x128.png"
    },
    "permissions": [
        "nativeMessaging"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*\/Shibboleth.sso\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "jslib\/nuanria.automation.js",
                "jslib\/nuanria.CommandMap.js",
                "jslib\/nuanria.contenteditable.js",
                "jslib\/nuanria.contexts.js",
                "jslib\/nuanria.Controller.js",
                "jslib\/nuanria.DomParser.js",
                "jslib\/nuanria.DomTracker.js",
                "jslib\/nuanria.Events.js",
                "jslib\/nuanria.FrameConnector.js",
                "jslib\/nuanria.Locale.js",
                "jslib\/nuanria.Messenger.js",
                "jslib\/nuanria.nattext.js",
                "jslib\/nuanria.plaintext.js",
                "jslib\/nuanria.SpeechClient.js",
                "jslib\/nuanria.SpeechHost.js",
                "jslib\/nuanria.utils.js",
                "nuanria.Chrome.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "jslib\/*",
                "nuanria.Chrome.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'none'"
    }
}