Corgi AI - Your language teacher

Language Learning powered by ChatGPT

Wat is Corgi AI - Your language teacher?

Corgi AI - Your language teacher is een Chrome-extensie ontwikkeld door https://getcorgi.com, en de belangrijkste functie is "Language Learning powered by ChatGPT".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Corgi AI - Your language teacher

Download Corgi AI - Your language teacher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Corgi AI - Your language teacher Corgi AI - Your language teacher
ID jgabolakboecklnmocdljjcdkkhjigck
Officiële URL https://chromewebstore.google.com/detail/corgi-ai-your-language-te/jgabolakboecklnmocdljjcdkkhjigck
Beschrijving Language Learning powered by ChatGPT
Bestandsgrootte 6.18 MB
Aantal Installaties 23,960
Huidige Versie 1.6.8
Laatst Bijgewerkt 2024-02-03
Publicatiedatum 2021-12-28
Beoordeling 4.38/5 Totaal 112 Beoordelingen
Ontwikkelaar https://getcorgi.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://getcorgi.com
URL van de Privacybeleid Pagina https://docs.google.com/document/d/1qQ7ORlguQzmA2iBV4tH0CTf5t7uJYyixbkpTD4Mkfp0/edit?usp=sharing
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}