Phonetic Lookup (for American English)

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

Cos'è Phonetic Lookup (for American English)?

Phonetic Lookup (for American English) è un'estensione di Chrome sviluppata da Jarek Foksa, e la sua funzione principale è "Select any text to see its IPA transcription and to hear its pronunciation.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Phonetic Lookup (for American English)

Scarica i file di estensione Phonetic Lookup (for American English) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Pronunciations are retrieved from Google servers via the speechSynthesis API.

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

Informazioni di Base sull'Estensione

Nome Phonetic Lookup (for American English) Phonetic Lookup (for American English)
ID dlabklekmlohjknapciibkdcafpolhdj
URL Ufficiale https://chromewebstore.google.com/detail/phonetic-lookup-for-ameri/dlabklekmlohjknapciibkdcafpolhdj
Descrizione Select any text to see its IPA transcription and to hear its pronunciation.
Dimensione del File 1.95 MB
Conteggio Installazioni 2,051
Versione Corrente 1.2
Ultimo Aggiornamento 2023-03-12
Data di Pubblicazione 2015-04-06
Valutazione 4.60/5 Totale 48 Valutazioni
Sviluppatore Jarek Foksa
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://boxy-svg.com/legal
Lingue Supportate 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"
}