BabbleGPT

Practice parter for your language learning

BabbleGPT là gì?

BabbleGPT là một tiện ích mở rộng Chrome được phát triển bởi tand826, và tính năng chính của nó là "Practice parter for your language learning".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BabbleGPT

Tải xuống các tệp mở rộng BabbleGPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BabbleGPT BabbleGPT
ID nnplplohpamdelecnoacjoajialamacm
URL Chính Thức https://chromewebstore.google.com/detail/babblegpt/nnplplohpamdelecnoacjoajialamacm
Mô tả Practice parter for your language learning
Kích Thước Tệp 695 KB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-04-08
Ngày Phát Hành 2023-04-06
Nhà Phát Triển tand826
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}