ChatGPT for Language Learning™ (Beta)
Language Learning with AI
Τι είναι το ChatGPT for Language Learning™ (Beta);
Το ChatGPT for Language Learning™ (Beta) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://appforlanguage.com, και η κύρια λειτουργία του είναι "Language Learning with AI".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ChatGPT for Language Learning™ (Beta)
Λήψη αρχείων επέκτασης ChatGPT for Language Learning™ (Beta) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
ChatGPT for language learning™ (Beta) Be among the proud few who have experienced our revolutionary language-learning extension, powered by AI and ChatGPT. As an early adopter, you'll have exclusive access to a cutting-edge tool that is poised to change the way people learn languages. ******* Please note that this is a Beta version NOT A POLISHED product***** We're working hard to add more features and improvements to help you learn even faster. So why wait? Download our extension today and start learning a new language effortlessly! As an early user, you'll also have the satisfaction of knowing that you were part of a select group of people who paved the way for others to learn a language with ease. You'll be eligible for special discounts and perks that won't be available to later users, and you'll be able to take pride in the fact that you were among the first to discover the power of AI-assisted language learning. 🚀🚀🚀🚀🚀🚀Features🚀🚀🚀🚀🚀🚀 🗣️ Active Vocabulary Learning: Don't just memorize words—use them! Our feature enables you to actively learn and practice vocabulary, translating crucial words in the language you're learning. Immerse yourself in articles and texts, and watch your fluency soar. 🔑 Unlock Your True Language Potential: Our extension identifies important words based on your proficiency level and introduces them in context. This ensures a deeper understanding and faster absorption of new vocabulary. 📚 Contextual Learning: At the end of each text, you'll find a list of essential words and their translations, helping you to focus on what's important and relevant for your language journey. ⚡ One-Click Flashcards: Create flashcards of important words with just a single click, making language review easier and more enjoyable than ever before. 📖 Side-by-Side Translations: Our extension places paragraph translations next to the original text, allowing you to compare, understand, and learn more effectively. 💾 Save & Review: Save important words or sentences along with their meanings for later review, and strengthen your language foundation. **************************HOW TO USE Using our extension is simple - Just install this extension - Log in to ChatGPT. - Open the extension's sidebar and wait for the magic to happen! You'll be amazed at how quickly you can improve your language skills just by browsing the web. Don't miss out on the language learning revolution! Install our AI-powered extension now and unlock a new world of possibilities. Say goodbye to tedious memorization and hello to engaging, effective, and enjoyable language learning! 🚀 Please note that this is NOT an official ChatGPT extension, but it uses the same state-of-the-art technology and AI algorithms to provide you with an immersive language learning experience.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ChatGPT for Language Learning™ (Beta) |
ID | ocdlinfjedibeffkgdinfhahbknjpeam |
Επίσημο URL | https://chromewebstore.google.com/detail/chatgpt-for-language-lear/ocdlinfjedibeffkgdinfhahbknjpeam |
Περιγραφή | Language Learning with AI |
Μέγεθος Αρχείου | 1.77 MB |
Αριθμός Εγκαταστάσεων | 103 |
Τρέχουσα Έκδοση | 1.23.05.08 |
Τελευταία Ενημέρωση | 2023-05-11 |
Ημερομηνία Δημοσίευσης | 2023-04-16 |
Προγραμματιστής | https://appforlanguage.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://appforlanguage.com/privacy |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,fil,fr,nl,no,tr,ca,da,et,es,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,fi,sv,cs,bg,ru,uk,iw,fa,mr,hi,bn,gu,kn-IN,ml,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT for Language Learning\u2122 (Beta)", "description": "Language Learning with AI", "default_locale": "en", "version": "1.23.05.08", "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "content_scripts": [ { "matches": [ "https:\/\/t4.appforlanguage.com\/*" ], "js": [ "webapp\/contentscript.js" ], "run_at": "document_start", "all_frames": false }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "exclude_matches": [ "https:\/\/t4.appforlanguage.com\/*" ], "css": [ "main\/styles.css" ], "js": [ "main\/contentscript.js" ], "run_at": "document_start", "all_frames": false }, { "matches": [ "https:\/\/appforlanguage.com\/auth\/google*", "http:\/\/www.appforlanguage.com\/auth\/google*" ], "js": [ "appforlanguage\/contentscript.js" ] }, { "matches": [ "https:\/\/appforlanguage.com\/pay\/", "https:\/\/appforlanguage.com\/pay", "http:\/\/www.appforlanguage.com\/pay" ], "js": [ "payment\/contentscript.js" ] }, { "matches": [ "https:\/\/appforlanguage.com\/pay\/subscription-result*", "http:\/\/www.appforlanguage.com\/pay\/subscription-result*" ], "js": [ "paymentpage\/contentscript.js" ] }, { "matches": [ "https:\/\/appforlanguage.com\/cancel", "https:\/\/appforlanguage.com\/cancel\/", "http:\/\/www.appforlanguage.com\/cancel" ], "js": [ "cancelpage\/contentscript.js" ] }, { "matches": [ "https:\/\/appforlanguage.com\/cancelStripePage", "https:\/\/appforlanguage.com\/cancelStripePage\/", "http:\/\/www.appforlanguage.com\/cancelStripePage" ], "js": [ "cancelStripePage\/contentscript.js" ] }, { "matches": [ "https:\/\/appforlanguage.com\/pay\/packages", "https:\/\/appforlanguage.com\/pay\/packages\/", "http:\/\/www.appforlanguage.com\/pay\/packages" ], "js": [ "packages\/contentscript.js" ] } ], "options_page": "options\/options.html", "background": { "service_worker": "backgroundscript.js" }, "action": { "default_icon": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png", "240": "images\/icon_240.png" }, "default_title": "ChatGPT for language learning\u2122", "default_popup": "popup\/index.html" }, "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png", "240": "images\/icon_240.png" }, "permissions": [ "storage", "tabs", "i18n" ], "host_permissions": [ "https:\/\/appforlanguage.com\/*", "https:\/\/clients5.google.com\/*", "https:\/\/appforlanguage.com\/*" ], "web_accessible_resources": [ { "resources": [ "*.*" ], "matches": [ "*:\/\/*\/*" ] } ] } |