Phonetic Lookup (for American English)

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

Apa itu Phonetic Lookup (for American English)?

Phonetic Lookup (for American English) adalah ekstensi Chrome yang dikembangkan oleh Jarek Foksa, dan fitur utamanya adalah "Select any text to see its IPA transcription and to hear its pronunciation.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Phonetic Lookup (for American English)

Unduh file ekstensi Phonetic Lookup (for American English) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Pronunciations are retrieved from Google servers via the speechSynthesis API.

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

Informasi Dasar Ekstensi

Nama Phonetic Lookup (for American English) Phonetic Lookup (for American English)
ID dlabklekmlohjknapciibkdcafpolhdj
URL Resmi https://chromewebstore.google.com/detail/phonetic-lookup-for-ameri/dlabklekmlohjknapciibkdcafpolhdj
Deskripsi Select any text to see its IPA transcription and to hear its pronunciation.
Ukuran File 1.95 MB
Jumlah Instalasi 2,051
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-03-12
Tanggal Publikasi 2015-04-06
Penilaian 4.60/5 Total 48 Penilaian
Pengembang Jarek Foksa
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://boxy-svg.com/legal
Bahasa yang Didukung 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"
}