Phonetic Lookup (for American English)

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

Hvad er Phonetic Lookup (for American English)?

Phonetic Lookup (for American English) er en Chrome-udvidelse udviklet af Jarek Foksa, og dens hovedfunktion er "Select any text to see its IPA transcription and to hear its pronunciation.".

Udvidelsesskærmbilleder

screenshot

Download Phonetic Lookup (for American English)-udvidelses-CRX-fil

Download Phonetic Lookup (for American English)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Pronunciations are retrieved from Google servers via the speechSynthesis API.

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

Grundlæggende oplysninger om udvidelsen

Navn Phonetic Lookup (for American English) Phonetic Lookup (for American English)
ID dlabklekmlohjknapciibkdcafpolhdj
Officiel URL https://chromewebstore.google.com/detail/phonetic-lookup-for-ameri/dlabklekmlohjknapciibkdcafpolhdj
Beskrivelse Select any text to see its IPA transcription and to hear its pronunciation.
Filstørrelse 1.95 MB
Antal Installationer 2,051
Nuværende Version 1.2
Senest Opdateret 2023-03-12
Udgivelsesdato 2015-04-06
Bedømmelse 4.60/5 Samlet 48 Bedømmelser
Udvikler Jarek Foksa
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://boxy-svg.com/legal
Understøttede Sprog 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"
}