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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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", "*:\/\/*\/*" ] } |