BabbleGPT
Practice parter for your language learning
BabbleGPT क्या है?
BabbleGPT tand826 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Practice parter for your language learning"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BabbleGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ " |