Lexios

Learn vocabulary in a new language effortlessly while browsing the web.

Τι είναι το Lexios;

Το Lexios είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lexios.io, και η κύρια λειτουργία του είναι "Learn vocabulary in a new language effortlessly while browsing the web.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Vocabulary is an essential part of the language learning process. Until now, you could use vocabulary cards or dedicated apps to do so. That works. But it requires a lot of dedication and planning. With Lexios, we enable you to learn vocabulary effortlessly while browsing the web. Scientific research clearly shows the advantages of this approach. That's what we base our service on.


Start now!

► Install the Browser Extension
► Choose the language you want to learn and your base language (the one you browse the web)
► Select your current level in your target language (the one you want to learn)
► Choose the amount of words that shall be translated per webpage
► Use the pronunciation feature to hear the word
► Select websites where you don't want to see any translations

Supported Base Languages: English, German, French

Supported Target Languages: English, German, French, Spanish, Portuguese

More languages will follow soon.



Your data privacy is critical to us. We only collect essential data that helps us understand how Lexios is functioning and improve our service for you. Therefore, we anonymize your data. We do not share any data outside Lexios.                    

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

Όνομα Lexios Lexios
ID fcliomgofohffdcmapnabhpgcemjjhin
Επίσημο URL https://chromewebstore.google.com/detail/lexios/fcliomgofohffdcmapnabhpgcemjjhin
Περιγραφή Learn vocabulary in a new language effortlessly while browsing the web.
Μέγεθος Αρχείου 3.33 MB
Αριθμός Εγκαταστάσεων 1,599
Τρέχουσα Έκδοση 1.3.3
Τελευταία Ενημέρωση 2021-08-12
Ημερομηνία Δημοσίευσης 2021-03-21
Αξιολόγηση 4.62/5 Συνολικά 37 Αξιολογήσεις
Προγραμματιστής https://lexios.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://lexios.io
Διεύθυνση URL της Σελίδας Βοήθειας https://lexios.io/home/faq
Υποστηριζόμενες Γλώσσες de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.3",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/images\/logo\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ],
            "css": [
                "content\/Popup.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Lexios"
    },
    "background": {
        "scripts": [
            "background.js",
            "browser-polyfill.min.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/*.firebasedatabase.app; object-src 'self'; img-src 'self' https:\/\/www.gstatic.com\/",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        ""
    ],
    "web_accessible_resources": [
        "assets\/fonts\/roboto-v20-latin-300.woff2",
        "assets\/fonts\/roboto-v20-latin-500.woff2",
        "assets\/fonts\/roboto-v20-latin-700.woff2",
        "assets\/fonts\/roboto-v20-latin-regular.woff"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}