Corgi AI - Your language teacher

Language Learning powered by ChatGPT

Τι είναι το Corgi AI - Your language teacher;

Το Corgi AI - Your language teacher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getcorgi.com, και η κύρια λειτουργία του είναι "Language Learning powered by ChatGPT".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Corgi AI - Your language teacher

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

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

                        Our small team consists of enthusiasts living in different countries and time zones. We started the Corgi project as a hobby to help people overcome language barriers and learn new languages. 

We are constantly working on improving the extension and adding new functionality. Recently, we've started a partnership with PlasticBank to make our modest contribution to clean plastic from the world's oceans. You can see the whole version history in the settings of our extension and see that we have done a lot of work and we are not going to stop there. 

What's already in Corgi? 

- Corgi AI. Your personalized foreign language teacher based on ChatGPT. At the moment you can chat with him on any topic or ask him to explain grammar rules. He will also correct your messages if you made a mistake somewhere. In future updates we plan to add voice chatting, thematic chats (for example, checking at the airport or ordering coffee), detailed explanation of mistakes and many more useful features

- Translation of words and sentences. Corgi works as a normal translator as well. You can translate sentences on websites or individual words. Corgi will offer several translation options and filter them by popularity. 

- Word Trainer. You can add any words you want to learn and memorize them in the special word trainer that we have added to Corgi. For each correct answer you will be awarded 5 points, when you reach 100, the word will go to the studied. Don't forget to open the extension periodically and learn the words. Even 5 minutes a day can yield results over the long haul

- Learn words in context. This feature is turned off by default, but you can enable it in the extension settings. In this case, Corgi will analyze words on the sites you visit and if it comes across a word you've added to study, it will highlight it. When you hover over that word, you will have to select the correct translation option. This will help you learn words more efficiently while you are just surfing the internet. 
P.S. Corgi does not have access to your browsing history or enter any data. We value your privacy and do not collect or store any data other than the words you add to the study. 

At the moment we support learning several languages including English, Spanish, French, German, Italian, Russian and Spanish. But this list is constantly expanding. 

Thank you for reading and learning a little more about Corgi!
We will be very happy to have your feedback and reviews, as it motivates us a lot to keep working on the extension and make it better and better with every update. 

Best wishes to everyone!
Love,
Corgi team                    

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

Όνομα Corgi AI - Your language teacher Corgi AI - Your language teacher
ID jgabolakboecklnmocdljjcdkkhjigck
Επίσημο URL https://chromewebstore.google.com/detail/corgi-ai-your-language-te/jgabolakboecklnmocdljjcdkkhjigck
Περιγραφή Language Learning powered by ChatGPT
Μέγεθος Αρχείου 6.18 MB
Αριθμός Εγκαταστάσεων 23,960
Τρέχουσα Έκδοση 1.6.8
Τελευταία Ενημέρωση 2024-02-03
Ημερομηνία Δημοσίευσης 2021-12-28
Αξιολόγηση 4.38/5 Συνολικά 112 Αξιολογήσεις
Προγραμματιστής https://getcorgi.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://getcorgi.com
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1qQ7ORlguQzmA2iBV4tH0CTf5t7uJYyixbkpTD4Mkfp0/edit?usp=sharing
Υποστηριζόμενες Γλώσσες id,ms,de,en,fr,vi,tr,es,it,pt-BR,ru,hi,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appTitle__",
    "version": "1.6.8",
    "description": "__MSG_appDesc__",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "author": "",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "__MSG_appTitle__",
        "default_popup": "start.html",
        "default_icon": {
            "16": "icons\/16-off.png",
            "48": "icons\/48-off.png",
            "128": "icons\/128-off.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "popup\/js\/vendor\/handlebars.min.js",
                "popup\/js\/vendor\/handlebars-helpers.js",
                "templates_compiled.js",
                "content.bundle.js"
            ]
        }
    ],
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/128.png",
        "128": "icons\/256.png",
        "256": "icons\/256.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/content_script.html",
                "*.html",
                "*.png",
                "*.eot",
                "*.woff",
                "*.woff2",
                "*.ttf",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}