Corgi AI - Your language teacher

Language Learning powered by ChatGPT

Hvad er Corgi AI - Your language teacher?

Corgi AI - Your language teacher er en Chrome-udvidelse udviklet af https://getcorgi.com, og dens hovedfunktion er "Language Learning powered by ChatGPT".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Corgi AI - Your language teacher-udvidelses-CRX-fil

Download Corgi AI - Your language teacher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Corgi AI - Your language teacher Corgi AI - Your language teacher
ID jgabolakboecklnmocdljjcdkkhjigck
Officiel URL https://chromewebstore.google.com/detail/corgi-ai-your-language-te/jgabolakboecklnmocdljjcdkkhjigck
Beskrivelse Language Learning powered by ChatGPT
Filstørrelse 6.18 MB
Antal Installationer 23,960
Nuværende Version 1.6.8
Senest Opdateret 2024-02-03
Udgivelsesdato 2021-12-28
Bedømmelse 4.38/5 Samlet 112 Bedømmelser
Udvikler https://getcorgi.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://getcorgi.com
URL til Fortrolighedspolitik Side https://docs.google.com/document/d/1qQ7ORlguQzmA2iBV4tH0CTf5t7uJYyixbkpTD4Mkfp0/edit?usp=sharing
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}