ELSA Instant

With ELSA Instant Widget, you can now listen to how any word or phrase is pronounced and instantly test your own pronunciation.

Τι είναι το ELSA Instant;

Το ELSA Instant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ELSA Corp., και η κύρια λειτουργία του είναι "With ELSA Instant Widget, you can now listen to how any word or phrase is pronounced and instantly test your own pronunciation.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ELSA Instant

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

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

                        Have you ever wondered how to pronounce a specific word that you often see in the news? With the new ELSA Web Widget, you can learn how to say any word and get instant feedback about your pronunciation from our proprietary AI technology. Simply select any word in the text that you read online and compare your own pronunciation of that word with that of a native English speaker. ELSA also gives you detailed feedback on areas of your pronunciation which need to be improved.

Download ELSA Mobile App to practice anytime, anywhere. Visit elsaspeak.com for more information.                    

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

Όνομα ELSA Instant ELSA Instant
ID pdfmhpciehejnnclddcjdlmlfpnopeok
Επίσημο URL https://chrome.google.com/webstore/detail/elsa-instant/pdfmhpciehejnnclddcjdlmlfpnopeok
Περιγραφή With ELSA Instant Widget, you can now listen to how any word or phrase is pronounced and instantly test your own pronunciation.
Μέγεθος Αρχείου 806 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.0.30
Τελευταία Ενημέρωση 2020-07-31
Ημερομηνία Δημοσίευσης 2020-06-25
Αξιολόγηση 4.17/5 Συνολικά 35 Αξιολογήσεις
Προγραμματιστής ELSA Corp.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ELSA Instant",
    "version": "1.0.30",
    "description": "With ELSA Instant Widget, you can now listen to how any word or phrase is pronounced and instantly test your own pronunciation.",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/icon128.png",
        "default_popup": "popup\/popup.html",
        "default_title": "ELSA Speak"
    },
    "oauth2": {
        "client_id": "817185751731429",
        "scopes": [
            "email",
            "public_profile"
        ]
    },
    "permissions": [
        "identity",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/css\/index.css"
            ],
            "js": [
                "third-parties\/jquery-3.4.1.min.js",
                "third-parties\/recorder.js",
                "dist\/scripts\/content.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/fonts\/*",
        "assets\/img\/*",
        "assets\/icons\/*"
    ],
    "background": {
        "scripts": [
            "third-parties\/jquery-3.4.1.min.js",
            "third-parties\/sentry.min.js",
            "dist\/scripts\/background.min.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.amplitude.com https:\/\/www.google.com https:\/\/www.gstatic.com  https:\/\/www.googletagmanager.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self'",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "55.0"
        }
    }
}