LingQ Importer
Automatically import foreign language content from the web & study it with LingQ's web & mobile language learning apps.
什么是LingQ Importer?
LingQ Importer是由https://lingq.com开发的Chrome扩展程序,该扩展的主要功能是“Automatically import foreign language content from the web & study it with LingQ's web & mobile language learning apps.”。
扩展截图
下载LingQ Importer扩展crx文件
下载LingQ Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The LingQ Importer extension allows you to automatically import web pages, articles, and video captions from sites like YouTube and Netflix into LingQ for studying using LingQ's web and mobile language learning tools. The Importer will automatically grab the title, text, image, captions and original url and display them in the LingQ Reader so you can look up and track all word data using LingQ's lookup, review and tracking functionality. The LingQ Importer will: * Import the text, captions and title of whatever page you are on * Import the article image and original url * Allow you to specify your LingQ account and language for import * Allow you to specify the course to import to and create a course if necessary * Allow you to add tags to help categorize the lesson in your account The LingQ Importer lets you learn languages from any content you find on the web. Get LingQing today!
扩展基本信息
名称 | LingQ Importer |
ID | eaanhanppiifopiabnfmhjbikjmeeale |
官方URL | https://chromewebstore.google.com/detail/lingq-importer/eaanhanppiifopiabnfmhjbikjmeeale |
简介 | Automatically import foreign language content from the web & study it with LingQ's web & mobile language learning apps. |
文件大小 | 188 KB |
安装次数 | 100,000 |
当前版本 | 2.3.13 |
更新时间 | 2024-01-13 |
上架时间 | 2020-05-20 |
评分 | 3.67/5 共24次评分 |
开发者 | https://lingq.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.lingq.com/blog/2017/03/28/learning-languages-online/ |
帮助页面URL | https://youtu.be/bbNeDALClSU |
隐私政策页面URL | https://www.lingq.com/en/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Automatically import foreign language content from the web & study it with LingQ's web & mobile language learning apps.", "manifest_version": 3, "name": "LingQ Importer", "version": "2.3.13", "homepage_url": "https:\/\/www.lingq.com\/", "icons": { "16": "icons\/LingQ-16x16.png", "48": "icons\/LingQ-48x48.png", "64": "icons\/LingQ-64x64.png", "128": "icons\/LingQ-128x128.png" }, "content_scripts": [ { "js": [ "netflix\/contentscript.js", "netflix\/inject.js" ], "matches": [ "https:\/\/*.netflix.com\/*" ], "run_at": "document_start", "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "netflix\/worker.js" ], "matches": [ "https:\/\/*.netflix.com\/*" ] }, { "resources": [ "version.json" ], "matches": [ "https:\/\/*.lingq.com\/*" ] } ], "action": { "default_icon": "icons\/toolbar-icon.png", "default_title": "LingQ", "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/www.lingq.com\/api\/*" ], "permissions": [ "activeTab", "cookies", "storage", "scripting" ] } |