Corgi AI - Your language teacher

Language Learning powered by ChatGPT

什麼是Corgi AI - Your language teacher?

Corgi AI - Your language teacher是由https://getcorgi.com開發的Chrome擴展程式,該擴展的主要功能是“Language Learning powered by ChatGPT”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Corgi AI - Your language teacher擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}