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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}