YouGlish Lookup

Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.

O que é YouGlish Lookup?

YouGlish Lookup é uma extensão do Chrome desenvolvida por Tu Tran, e sua principal característica é "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouGlish Lookup

Baixe arquivos de extensão YouGlish Lookup 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

                        A super simple and lightweight Chrome extension that helps you immediately use YouGlish without visiting the site, by selecting it from the context menu, or clicking on the extension icon to show the YouGlish lookup popup.                    

Informações Básicas da Extensão

Nome YouGlish Lookup YouGlish Lookup
ID nldfafdiaihciaclfkiljachinoblbko
URL Oficial https://chromewebstore.google.com/detail/youglish-lookup/nldfafdiaihciaclfkiljachinoblbko
Descrição Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.
Tamanho do Arquivo 18.09 KB
Contagem de Instalações 942
Versão Atual 0.0.1
Última Atualização 2021-03-09
Data de Publicação 2021-03-09
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor Tu Tran
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouGlish Lookup",
    "description": "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.",
    "version": "0.0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "\/img\/16x16.png",
            "48": "\/img\/48x48.png",
            "128": "\/img\/128x128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/img\/16x16.png",
        "48": "\/img\/48x48.png",
        "128": "\/img\/128x128.png"
    }
}