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
Eメール [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"
}