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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*"
    ]
}