BabbleGPT

Practice parter for your language learning

BabbleGPT란 무엇입니까?

BabbleGPT은(는) tand826에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Practice parter for your language learning"입니다.

확장 프로그램 스크린샷

screenshot

BabbleGPT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        BabbleGPT is the ultimate language learning and communication tool! With BabbleGPT, you can improve your speaking and listening skills in any language. Our extension is designed to help you practice real-life conversations and boost your confidence in any language.

Whether you're learning a new language or looking to improve your communication skills, BabbleGPT has got you covered. Try it today and take your language learning to the next level!                    

확장 프로그램 기본 정보

이름 BabbleGPT BabbleGPT
ID nnplplohpamdelecnoacjoajialamacm
공식 URL https://chromewebstore.google.com/detail/babblegpt/nnplplohpamdelecnoacjoajialamacm
설명 Practice parter for your language learning
파일 크기 695 KB
설치 횟수 118
현재 버전 1.1
최근 업데이트 2023-04-08
출시 날짜 2023-04-06
개발자 tand826
이메일 [email protected]
결제 유형 free
지원되는 언어 id,de,en,fr,nl,tr,da,et,es,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Takumi Ando",
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "Practice parter for your language learning",
    "version": "1.1",
    "icons": {
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "BabbleGPT",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/github.com\/tand826\/babblegpt",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_locales\/*\/*.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}