LeIm

Learn Language through Immersion

LeIm là gì?

LeIm là một tiện ích mở rộng Chrome được phát triển bởi Alex Prismotrov, và tính năng chính của nó là "Learn Language through Immersion".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LeIm

Tải xuống các tệp mở rộng LeIm dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        LEIM helps to learn new language right while surfing web. It looks like a hybrid of Google Translate and Anki. When you read a webpage, it translates unfamiliar words and at the end - generates a quiz to test you. My philosophy behind it is to make learning as natural as possible, namely - a part of daily life. 

Detailed video demo: https://www.youtube.com/watch?v=Q4lc2limJCE

Several more tools on board:
- LEIM reader: https://www.youtube.com/watch?v=mOis6-BzBTk
- Youtube subtitle vocalization & custom webcontent vocalization: https://www.youtube.com/watch?v=RR0S19yVKEo (+Remnote flashcard generation)
- Youtube synchronous subtitle panel (+Remnote flashcard generation): https://monosnap.com/file/SG3wHAS1LuDsNwGvHBU3pjWMQwMUFq

Telegram me at @AlexAP31 for any feedback, feature requests and proposals.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LeIm LeIm
ID gbfkhhfaafkedcjielnibpdhpdciognd
URL Chính Thức https://chromewebstore.google.com/detail/leim/gbfkhhfaafkedcjielnibpdhpdciognd
Mô tả Learn Language through Immersion
Kích Thước Tệp 325 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 1.7.5
Cập Nhật Lần Cuối 2023-05-22
Ngày Phát Hành 2022-12-08
Nhà Phát Triển Alex Prismotrov
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://leim.me/
URL Trang Trợ Giúp https://t.me/AlexAP31
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LeIm",
    "version": "1.7.5",
    "description": "Learn Language through Immersion",
    "author": "Alex Prismotrov",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "assets\/index.007b52f5.js"
            ],
            "css": [
                "assets\/index.098cbe1f.css"
            ],
            "media": []
        },
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "css": [
                "toastify-js\/toastify.css"
            ],
            "js": [
                "injectedScriptTranslate.js",
                "toastify-js\/toastify.js"
            ]
        }
    ],
    "action": {
        "default_icon": "logo192.png"
    },
    "commands": {
        "translate_and_copy": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Translate and vocalize selected text."
        },
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+O",
                "mac": "Command+Shift+O",
                "chromeos": "Ctrl+Shift+O",
                "linux": "Ctrl+Shift+O"
            }
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "logo-on-16.png",
        "32": "logo-on-32.png",
        "48": "logo-on-48.png",
        "128": "logo-on-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/index.098cbe1f.css",
                "assets\/logo.6000b0e9.svg",
                "injectionScript.js",
                "injectionScriptTranslate.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/m.youtube.com\/*",
                "https:\/\/jeinbot.herokuapp.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/jeinbot.herokuapp.com\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "bg.js"
    }
}