Phonetic Lookup (for American English)

Select any text to see its IPA transcription and to hear its pronunciation.

O que é Phonetic Lookup (for American English)?

Phonetic Lookup (for American English) é uma extensão do Chrome desenvolvida por Jarek Foksa, e sua principal característica é "Select any text to see its IPA transcription and to hear its pronunciation.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Phonetic Lookup (for American English)

Baixe arquivos de extensão Phonetic Lookup (for American English) 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

                        Pronunciations are retrieved from Google servers via the speechSynthesis API.

The IPA transcriptions are based on the CMUdic by Carnegie Mellon University.                    

Informações Básicas da Extensão

Nome Phonetic Lookup (for American English) Phonetic Lookup (for American English)
ID dlabklekmlohjknapciibkdcafpolhdj
URL Oficial https://chromewebstore.google.com/detail/phonetic-lookup-for-ameri/dlabklekmlohjknapciibkdcafpolhdj
Descrição Select any text to see its IPA transcription and to hear its pronunciation.
Tamanho do Arquivo 1.95 MB
Contagem de Instalações 2,051
Versão Atual 1.2
Última Atualização 2023-03-12
Data de Publicação 2015-04-06
Classificação 4.60/5 Total de 48 Avaliações
Desenvolvedor Jarek Foksa
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://boxy-svg.com/legal
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Jaros\u0142aw Foksa",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-38.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Select any text to see its IPA transcription and to hear its pronunciation.",
    "icons": {
        "128": "icon-128.png",
        "38": "icon-38.png",
        "512": "icon-512.png"
    },
    "manifest_version": 3,
    "name": "Phonetic Lookup (for American English)",
    "permissions": [],
    "host_permissions": [],
    "short_name": "Phonetic Lookup",
    "version": "1.2"
}