Yola Lexis Extension

Look up and translate text with Yola Lexis Extension

Yola Lexis Extensionとは何ですか?

Yola Lexis ExtensionはYola Educationによって開発されたChromeの拡張機能で、その主な機能は「Look up and translate text with Yola Lexis Extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Yola Lexis Extension拡張機能のCRXファイルをダウンロード

Yola Lexis Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 Yola Lexis Extension Yola Lexis Extension
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
Eメール [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": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "oauth2": {
        "client_id": "738717937724-36hd30ud2r8tit1gtsmtv2vm2et7g1ji.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "profile",
            "email"
        ]
    },
    "homepage_url": "https:\/\/lexis.yola.vn",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj6eaGNUqesI1Qp6agp2uHjSbOJPWPlzZ8JST746KxplIzbwrrxFbs0cEZdUqd6Pi2d7OxPWooS7d59H0+0kbTIzRk3o4cSssqo+o1EC6vreQDb5bxz3ZFrDFGYTuPr4pviXBjMxgQyLnWhHJaXfMjvxj+GQm9Ok823AaVkkSL+YNHFI8KDTLXg4cRYzIPD7AgiQUKif6s1Y8UU9JdBKFYJO2HvrqjeyiYC44CtVQbWK0D8\/z8I4cCGUmMkrNzMk1OPKRKk7I5Fqmh0+mTrglOwYabaJ6wCLmo1uDSbVP0Hm0F0T4fvGYmadx92yLfwVewKnfjRtpKK34HL6WA6tUrQIDAQAB"
}