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开发的Chrome扩展程序,该扩展的主要功能是“Learn a new language just by reading news, posts, socials. Best app to boost your vocabulary!”。

扩展截图

screenshot
screenshot
screenshot

下载Panda - Language Learning扩展crx文件

下载Panda - Language Learning扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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:\/\/*\/*"
    ]
}