Youglish Widget

Youglish widget extension

O que é Youglish Widget?

Youglish Widget é uma extensão do Chrome desenvolvida por Laevus Dexter, e sua principal característica é "Youglish widget extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Youglish Widget

Baixe arquivos de extensão Youglish Widget no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Youglish Widget Youglish Widget
ID lamoajcajeacjonhbofakcnjnkmfmfnm
URL Oficial https://chromewebstore.google.com/detail/youglish-widget/lamoajcajeacjonhbofakcnjnkmfmfnm
Descrição Youglish widget extension
Tamanho do Arquivo 21.92 KB
Contagem de Instalações 115
Versão Atual 0.0.2
Última Atualização 2022-03-14
Data de Publicação 2022-03-14
Desenvolvedor Laevus Dexter
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": [
        ""
    ]
}