Loro - Learn vocabulary

Learn Spanish, French or German while browsing the web.

Loro - Learn vocabulary क्या है?

Loro - Learn vocabulary aprendeconloro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn Spanish, French or German while browsing the web."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Loro - Learn vocabulary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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",
        "*:\/\/*\/*"
    ]
}