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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jarek Foksa และคุณลักษณะหลักของมันคือ "Select any text to see its IPA transcription and to hear its pronunciation."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Phonetic Lookup (for American English)

ดาวน์โหลดไฟล์ส่วนขยาย Phonetic Lookup (for American English) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}