BabbleGPT
Practice parter for your language learning
ما هو BabbleGPT؟
BabbleGPT هو إضافة Chrome تم تطويرها بواسطة tand826، والميزة الرئيسية لها هي "Practice parter for your language learning".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BabbleGPT
قم بتنزيل ملفات الامتداد BabbleGPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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": [ " |