Lingually: Learn Languages with AI

Supercharge your language learning with AI. Real-time grammar check and translations. Confidently use your new language in practice!

Τι είναι το Lingually: Learn Languages with AI;

Το Lingually: Learn Languages with AI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lingually.ai, και η κύρια λειτουργία του είναι "Supercharge your language learning with AI. Real-time grammar check and translations. Confidently use your new language in practice!".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Lingually: Learn Languages with AI

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

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

                        Lingually.AI is a Chrome extension designed to accelerate your language learning. With real-time grammar corrections, translations, and an experimental text simplification feature, you can type messages, emails, or social media posts in the language you're learning and receive instant feedback.

Key Features:
- Confidently make mistakes - Select the text, right click and let our AI-powered system detect and fix grammar mistakes for you, helping you improve your language skills quickly.
- Forgot a word? - If your text contains English words or phrases, our extension translates them into the target language for a smooth and coherent experience.
- Easy to Use - The extension displays the corrected text highlighting the changes and allows you to copy the corrected text with a single click.
- Supports Multiple Languages - Lingually.AI caters to a wide range of languages, making it an essential tool for language learners worldwide.
- That makes no sense! [Experimental] - Simplify complex texts to make them easier to understand. This innovative feature rewrites content in a more straightforward language, making it an excellent tool for language learners. It also provides an English translation of the text, in case there are still some tricky words.

And Lingually.AI is just getting started! Stay tuned for more innovative features designed to revolutionise your language-learning journey.
- Why is that incorrect? - In the future, Lingually.AI will provide explanations for corrected mistakes, helping you understand the reasoning behind the changes and further improving your language skills.
- Learn from your mistakes! - Review and practice your mistakes optimally with our upcoming spaced repetition feature, ensuring that you retain the information and solidify your understanding.
- And much more coming soon!

Elevate your language-learning journey with Lingually.AI - the ultimate grammar, translation, and text simplification extension for Chrome. Start communicating effectively in your new language today!                    

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

Όνομα Lingually: Learn Languages with AI Lingually: Learn Languages with AI
ID ahhedndilobeddclfgpopkjjmcipbkal
Επίσημο URL https://chromewebstore.google.com/detail/lingually-learn-languages/ahhedndilobeddclfgpopkjjmcipbkal
Περιγραφή Supercharge your language learning with AI. Real-time grammar check and translations. Confidently use your new language in practice!
Μέγεθος Αρχείου 48.11 KB
Αριθμός Εγκαταστάσεων 37
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-05-24
Ημερομηνία Δημοσίευσης 2023-05-20
Προγραμματιστής https://lingually.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης http://lingually.ai/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lingually: Learn Languages with AI",
    "version": "1.0.2",
    "description": "Supercharge your language learning with AI. Real-time grammar check and translations. Confidently use your new language in practice!",
    "permissions": [
        "contextMenus",
        "storage",
        "https:\/\/api.lingually.ai\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "styles.css"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ],
            "use_dynamic_url": false
        }
    ],
    "icons": {
        "16": "logo_white_16.png",
        "32": "logo_white_32.png",
        "48": "logo_white_48.png",
        "128": "logo_white_128.png"
    }
}