Sorta Fluent

Sorta Fluent: Fix your grammar and actually learn the rules — with AI!

Τι είναι το Sorta Fluent;

Το Sorta Fluent είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον davidbenicek, και η κύρια λειτουργία του είναι "Sorta Fluent: Fix your grammar and actually learn the rules — with AI!".

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

screenshot
screenshot
screenshot

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

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

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

                        'Sorta Fluent' will:
🤓 Correct your grammar
🧠 Explain why things are written the way they are
🗣️ Do simple translations
💃 Make getting help with languages fun

Why would I need 'Sorta Fluent'?
Are you tired of opening up a dozen different tabs with Google Translate and copy pasting together something you barely understand? Same. That's where 'Sorta Fluent' comes in.

'Sorta Fluent' will help you with your language of choice and its grammar. Unlike Google Translate, DeepL, or Grammarly, it won't just give you the answer; it'll also explain it to you so that you can learn from it for next time!

The idea is that the more you use 'Sorta Fluent,' the more you'll actually learn, and the less you'll need it... hopefully anyway :)

Powered by AI (ChatGPT), because in 2023, everything is — apparently.


Supported languages:
🇸🇦 Arabic
🇧🇩 Bengali
🇧🇬 Bulgarian
🇨🇳 Chinese
🇭🇷 Croatian
🇨🇿 Czech
🇩🇰 Danish
🇳🇱 Dutch
🇬🇧 English
🇫🇮 Finnish
🇫🇷 French
🇩🇪 German
🇨🇭 Swiss German
🇮🇱 Hebrew
🇮🇳 Hindi
🇭🇺 Hungarian
🇮🇩 Indonesian
🇮🇹 Italian
🇯🇵 Japanese
🇰🇿 Kazakh
🇰🇷 Korean
🇳🇴 Norwegian
🇵🇱 Polish
🇧🇷 Portuguese (Brazilian)
🇵🇹 Portuguese (European)
🇷🇺 Russian
🇸🇰 Slovak
🇪🇸 Spanish
🇸🇪 Swedish
🇹🇭 Thai
🇹🇷 Turkish
🇵🇰 Urdu
🇻🇳 Vietnamese
💭 Disable languages that you're not using in the settings!

Become fluent, practice foreign languages, learn foreign languages - all with the help of ChatGPT!

⭐⭐⭐⭐ If you enjoy the extension, why not leave some feedback? ⭐⭐⭐⭐                    

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

Όνομα Sorta Fluent Sorta Fluent
ID kgjopnbdipehbadhfedgdigpmpifionb
Επίσημο URL https://chromewebstore.google.com/detail/sorta-fluent/kgjopnbdipehbadhfedgdigpmpifionb
Περιγραφή Sorta Fluent: Fix your grammar and actually learn the rules — with AI!
Μέγεθος Αρχείου 2.03 MB
Αριθμός Εγκαταστάσεων 57
Τρέχουσα Έκδοση 0.2.1
Τελευταία Ενημέρωση 2024-02-26
Ημερομηνία Δημοσίευσης 2023-11-03
Αξιολόγηση 5.00/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής davidbenicek
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.beni.tech/posts/sorta-fluent-privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Sorta Fluent: Fix your grammar and actually learn the rules \u2014 with AI!",
    "version": "0.2.1",
    "manifest_version": 3,
    "name": "Sorta Fluent",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "Click to open the 'Sorta Fluent' side panel",
        "default_icon": "logo_background_purple.png"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "icons": {
        "128": "logo_background_purple.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "sidePanel"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo_background_purple.png"
            ],
            "matches": []
        }
    ]
}