Yola Lexis Extension
Look up and translate text with Yola Lexis Extension
Yola Lexis Extension là gì?
Yola Lexis Extension là một tiện ích mở rộng Chrome được phát triển bởi Yola Education, và tính năng chính của nó là "Look up and translate text with Yola Lexis Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Yola Lexis Extension
Tải xuống các tệp mở rộng Yola Lexis Extension 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
With Yola Lexis Extension, users can 👌 Look up words instantly in YouTube and Netflix subtitles and website content 👌 Watch movies and videos with dual subtitles 👌 Translate text in a snap and get suggestions for words or idiomatic phrases to learn 👌 Save vocabulary in different personal study sets Yola Lexis Extension comes with a mobile app with hybrid functions of dictionaries and vocabulary builder, helping English learners of any level quickly memorize and confidently use all the words they learn. Download or learn more about Yola Lexis App at: https://lexis.yola.vn/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | odeehfkncohpobkeeldjblbkfghfbpai |
URL Chính Thức | https://chrome.google.com/webstore/detail/yola-lexis-extension/odeehfkncohpobkeeldjblbkfghfbpai |
Mô tả | Look up and translate text with Yola Lexis Extension |
Kích Thước Tệp | 2 MB |
Số Lần Cài Đặt | 19,477 |
Phiên Bản Hiện Tại | 1.5.5 |
Cập Nhật Lần Cuối | 2023-02-21 |
Ngày Phát Hành | 2022-04-25 |
Đánh Giá | 4.13/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | Yola Education |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://lexis.yola.vn/ |
Ngôn Ngữ Được Hỗ Trợ | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "1.5.5", "description": "__MSG_extensionDescription__", "author": "com.yola.lexis", "default_locale": "en", "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "permissions": [ "storage", "tabs", "identity" ], "action": { "default_popup": "en\/index.html?#\/popup", "default_title": "__MSG_extensionName__" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Y" } }, "video-toggle-caption": { "suggested_key": { "default": "Alt+V" }, "description": "Toggle video subtitles" } }, "content_scripts": [ { "js": [ "videoContentScript.js" ], "css": [ "videoContentStyle.css" ], "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.netflix.com\/*" ], "run_at": "document_end" }, { "js": [ "webContentScript.js" ], "css": [ "webContentStyle.css" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "background": { "service_worker": "serviceWorker.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "index.html", "**\/index.html", "*.js" ], "matches": [ " |