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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |