Phonetic Lookup (for American English)

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

Phonetic Lookup (for American English)란 무엇입니까?

Phonetic Lookup (for American English)은(는) Jarek Foksa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select any text to see its IPA transcription and to hear its pronunciation."입니다.

확장 프로그램 스크린샷

screenshot

Phonetic Lookup (for American English) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Pronunciations are retrieved from Google servers via the speechSynthesis API.

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

확장 프로그램 기본 정보

이름 Phonetic Lookup (for American English) Phonetic Lookup (for American English)
ID dlabklekmlohjknapciibkdcafpolhdj
공식 URL https://chromewebstore.google.com/detail/phonetic-lookup-for-ameri/dlabklekmlohjknapciibkdcafpolhdj
설명 Select any text to see its IPA transcription and to hear its pronunciation.
파일 크기 1.95 MB
설치 횟수 2,051
현재 버전 1.2
최근 업데이트 2023-03-12
출시 날짜 2015-04-06
평점 4.60/5 총 48 개의 평점
개발자 Jarek Foksa
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://boxy-svg.com/legal
지원되는 언어 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"
}