Yola Lexis Extension
Look up and translate text with Yola Lexis Extension
Yola Lexis Extension क्या है?
Yola Lexis Extension Yola Education द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Look up and translate text with Yola Lexis Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Yola Lexis Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | odeehfkncohpobkeeldjblbkfghfbpai |
आधिकारिक URL | https://chrome.google.com/webstore/detail/yola-lexis-extension/odeehfkncohpobkeeldjblbkfghfbpai |
विवरण | Look up and translate text with Yola Lexis Extension |
फ़ाइल का आकार | 2 MB |
स्थापना संख्या | 19,477 |
वर्तमान संस्करण | 1.5.5 |
अंतिम अपडेट | 2023-02-21 |
प्रकाशन तिथि | 2022-04-25 |
रेटिंग | 4.13/5 कुल 15 रेटिंग्स |
डेवलपर | Yola Education |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://lexis.yola.vn/ |
समर्थित भाषाएँ | 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": [ " |