Phonetic Lookup (for American English)

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

Vad är Phonetic Lookup (for American English)?

Phonetic Lookup (for American English) är en Chrome-tillägg utvecklad av Jarek Foksa, och dess huvudfunktion är "Select any text to see its IPA transcription and to hear its pronunciation.".

Tilläggsskärmbilder

screenshot

Ladda ner Phonetic Lookup (for American English)-förlängningens CRX-fil

Ladda ner Phonetic Lookup (for American English)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Pronunciations are retrieved from Google servers via the speechSynthesis API.

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

Grundläggande Information om Tillägg

Namn Phonetic Lookup (for American English) Phonetic Lookup (for American English)
ID dlabklekmlohjknapciibkdcafpolhdj
Officiell webbadress https://chromewebstore.google.com/detail/phonetic-lookup-for-ameri/dlabklekmlohjknapciibkdcafpolhdj
Beskrivning Select any text to see its IPA transcription and to hear its pronunciation.
Filstorlek 1.95 MB
Antal Installationer 2,051
Aktuell Version 1.2
Senast Uppdaterad 2023-03-12
Publiceringsdatum 2015-04-06
Betyg 4.60/5 Totalt 48 Betyg
Utvecklare Jarek Foksa
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://boxy-svg.com/legal
Stödda Språk 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"
}