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