Phonetic Lookup (for American English)

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

Co to jest Phonetic Lookup (for American English)?

Phonetic Lookup (for American English) to rozszerzenie Chrome opracowane przez Jarek Foksa, a jego główną funkcją jest „Select any text to see its IPA transcription and to hear its pronunciation.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Phonetic Lookup (for American English)

Pobierz pliki rozszerzeń Phonetic Lookup (for American English) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Pronunciations are retrieved from Google servers via the speechSynthesis API.

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

Podstawowe informacje o rozszerzeniu

Nazwa Phonetic Lookup (for American English) Phonetic Lookup (for American English)
ID dlabklekmlohjknapciibkdcafpolhdj
Oficjalny URL https://chromewebstore.google.com/detail/phonetic-lookup-for-ameri/dlabklekmlohjknapciibkdcafpolhdj
Opis Select any text to see its IPA transcription and to hear its pronunciation.
Rozmiar pliku 1.95 MB
Liczba instalacji 2,051
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-03-12
Data Publikacji 2015-04-06
Ocena 4.60/5 Łącznie 48 Oceny
Deweloper Jarek Foksa
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://boxy-svg.com/legal
Obsługiwane Języki 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"
}