Phonetic Lookup (for American English)

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

What is Phonetic Lookup (for American English)?

Phonetic Lookup (for American English) is a Chrome extension developed by Jarek Foksa, and its main feature is "Select any text to see its IPA transcription and to hear its pronunciation.".

Extension Screenshots

screenshot

Download Phonetic Lookup (for American English) Extension CRX File

Download Phonetic Lookup (for American English) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Pronunciations are retrieved from Google servers via the speechSynthesis API.

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

Extension Basic Information

Name Phonetic Lookup (for American English) Phonetic Lookup (for American English)
ID dlabklekmlohjknapciibkdcafpolhdj
Official URL https://chromewebstore.google.com/detail/phonetic-lookup-for-ameri/dlabklekmlohjknapciibkdcafpolhdj
Description Select any text to see its IPA transcription and to hear its pronunciation.
File Size 1.95 MB
Installation Count 2,051
Current Version 1.2
Last Updated 2023-03-12
Publish Date 2015-04-06
Rating 4.60/5 Total 48 Ratings
Developer Jarek Foksa
Email [email protected]
Payment Type free
Privacy Policy Page URL https://boxy-svg.com/legal
Supported Languages 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"
}