LingQ Importer

Automatically import foreign language content from the web & study it with LingQ's web & mobile language learning apps.

LingQ Importerคืออะไร?

LingQ Importer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lingq.com และคุณลักษณะหลักของมันคือ "Automatically import foreign language content from the web & study it with LingQ's web & mobile language learning apps."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LingQ Importer

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}