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文件

下載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
官方網址 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"
}