Loro - Learn vocabulary

Learn Spanish, French or German while browsing the web.

Loro - Learn vocabulary란 무엇입니까?

Loro - Learn vocabulary은(는) aprendeconloro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn Spanish, French or German while browsing the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Loro - Learn vocabulary 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Loro automatically translates some words on websites you visit so you can learn a new language without effort. Improving your vocabulary has never been easier, you only need to visit your favorite web pages as you have always done.

How it works:
1- You browse the web.
2- Loro replaces some words with their translation.
3- Hover over the words to see the original in English.

Features:
- Available to learn Spanish, French, or German.
- Adjust the difficulty and frequency of the words.
- Listen to the words to improve your pronunciation and listening skills.
- Personalization based on the words that you learn along the way.
- Privacy: Turn off Loro in the web pages you wish.                    

확장 프로그램 기본 정보

이름 Loro - Learn vocabulary Loro - Learn vocabulary
ID ddficccfblbcldoekmniikjcfdcggidp
공식 URL https://chromewebstore.google.com/detail/loro-learn-vocabulary/ddficccfblbcldoekmniikjcfdcggidp
설명 Learn Spanish, French or German while browsing the web.
파일 크기 555 KB
설치 횟수 88
현재 버전 0.0.0.9
최근 업데이트 2023-08-08
출시 날짜 2021-02-05
평점 4.67/5 총 12 개의 평점
개발자 aprendeconloro
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://loro-frontend.pages.dev
개인정보 보호 정책 페이지 URL https://loro-frontend.pages.dev
지원되는 언어 en,es,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "es",
    "version": "0.0.0.9",
    "browser_action": {
        "default_icon": "loroIconProfile48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "loroIconProfile16.png",
        "48": "loroIconProfile48.png",
        "128": "loroIconProfile128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "loro.svg",
        "icon-avatar.png"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "*:\/\/*\/*"
    ]
}