Panda - Language Learning

Learn a new language just by reading news, posts, socials. Best app to boost your vocabulary!

Qu'est-ce que Panda - Language Learning ?

Panda - Language Learning est une extension Chrome développée par MIRSIO, et sa fonction principale est "Learn a new language just by reading news, posts, socials. Best app to boost your vocabulary!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Panda - Language Learning

Téléchargez les fichiers d'extension Panda - Language Learning au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        How it works
When you are on the web page Panda replaces certain words and phrases  into the language you’re trying to learn. In this case, you don't have to specifically spend time learning words, you will do it at the same time as your usual ones on the Internet. 

Available languages: English,  Spanish, French, Dutch.
And more are coming soon!

🚀 It only takes two clicks to get started

🌐 Panda automatically translates key words and phrases to build your knowledge

🗣️ Speak fluently and confidently with Pronounce. Improve your pronunciation and daily conversations with AI-driven analysis. 

📈 As you get more fluent, Panda introduces new words and more complex phrases for you to learn
 
💡Select any word or phrase and Panda can translate them into the language you’re trying to learn right then and there

🎓 Learn grammar directly from the pages.

🔋  Fill up you vocabulary in background.

🔥 Highly recommended after Duolingo!                    

Informations de Base sur l'Extension

Nom Panda - Language Learning Panda - Language Learning
ID dacaphpnjohiccfjlcmjmbolneoangne
URL Officiel https://chromewebstore.google.com/detail/panda-language-learning/dacaphpnjohiccfjlcmjmbolneoangne
Description Learn a new language just by reading news, posts, socials. Best app to boost your vocabulary!
Taille du Fichier 281 KB
Nombre d'Installations 105
Version Actuelle 0.2.3
Dernière Mise à Jour 2023-09-05
Date de Publication 2023-06-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur MIRSIO
Email [email protected]
Type de Paiement free
Langues Prises en Charge id,de,en,fr,nl,no,vi,tr,da,es,it,fi,sv,ru,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.2.3",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/32.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "storage"
    ],
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}