Loro - Learn vocabulary

Learn Spanish, French or German while browsing the web.

Loro - Learn vocabularyคืออะไร?

Loro - Learn vocabulary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aprendeconloro และคุณลักษณะหลักของมันคือ "Learn Spanish, French or German while browsing the web."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Loro - Learn vocabulary

ดาวน์โหลดไฟล์ส่วนขยาย Loro - Learn vocabulary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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