Youglish Widget

Youglish widget extension

Youglish Widget란 무엇입니까?

Youglish Widget은(는) Laevus Dexter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Youglish widget extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Youglish Widget 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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": [
        ""
    ]
}