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文件

下載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
官方網址 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",
        "*:\/\/*\/*"
    ]
}