BabbleGPT

Practice parter for your language learning

BabbleGPTとは何ですか?

BabbleGPTはtand826によって開発されたChromeの拡張機能で、その主な機能は「Practice parter for your language learning」です。

拡張機能のスクリーンショット

screenshot

BabbleGPT拡張機能のCRXファイルをダウンロード

BabbleGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
                ""
            ]
        }
    ]
}