Youglish Widget

Youglish widget extension

什麼是Youglish Widget?

Youglish Widget是由Laevus Dexter開發的Chrome擴展程式,該擴展的主要功能是“Youglish widget extension”。

擴展截圖

screenshot
screenshot
screenshot

下載Youglish Widget擴展crx文件

下載Youglish Widget擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Improve your pronunciation with YouTube.

Search for selected word or expression using the context menu or by pressing specified hotkey (ctrl + alt +  by default). Sticky YouGlish widget will appear.

If no language specified, it will be determined by hangul, kana, chinese and cyrillic characters accordingly. 

Might not work on some sites.                    

擴展基本資訊

名稱 Youglish Widget Youglish Widget
ID lamoajcajeacjonhbofakcnjnkmfmfnm
官方網址 https://chromewebstore.google.com/detail/youglish-widget/lamoajcajeacjonhbofakcnjnkmfmfnm
簡介 Youglish widget extension
檔案大小 21.92 KB
安裝次數 115
目前版本 0.0.2
更新時間 2022-03-14
上架時間 2022-03-14
開發者 Laevus Dexter
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youglish Widget",
    "description": "Youglish widget extension",
    "version": "0.0.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Youglish widget settings"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "youglish.js",
                "keys.js"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "keys.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ]
}