Panda - Language Learning

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

Panda - Language Learning क्या है?

Panda - Language Learning MIRSIO द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn a new language just by reading news, posts, socials. Best app to boost your vocabulary!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Panda - Language Learning एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Panda - Language Learning Panda - Language Learning
ID dacaphpnjohiccfjlcmjmbolneoangne
आधिकारिक URL https://chromewebstore.google.com/detail/panda-language-learning/dacaphpnjohiccfjlcmjmbolneoangne
विवरण Learn a new language just by reading news, posts, socials. Best app to boost your vocabulary!
फ़ाइल का आकार 281 KB
स्थापना संख्या 105
वर्तमान संस्करण 0.2.3
अंतिम अपडेट 2023-09-05
प्रकाशन तिथि 2023-06-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर MIRSIO
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}