Transcriber

Phonetic transcription of web pages.

Transcriberとは何ですか?

Transcriberはhttps://unih.netによって開発されたChromeの拡張機能で、その主な機能は「Phonetic transcription of web pages.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Transcriber拡張機能のCRXファイルをダウンロード

Transcriber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        English language pronunciation can be tricky. Word pronunciation may differ from the spelling. Learn the correct pronunciation by reading any text you like in phonetic transcription! 

Using the extension is very easy, just watch tutorial video (30 seconds of time).

If you are a language learner, start practicing, and you will learn how many words you are misspelling every day.


This extension replaces  words on a page with its phonetic transcription (so "the quick brown fox jumps over a lazy dog" becomes "ðə kwɪk braʊn fɑks dʒəmps óʊvɜr ə léɪzi dɔg"). Just open any webpage and click the extension icon on a browser toolbar to convert text of a webpage (you can always click again to return the original text back).

This extension uses International Phonetic Alphabet. You can learn how to read IPA alphabet by following the link https://en.wikipedia.org/wiki/Help:IPA/English
Also, you can use extension word pronunciation feature to learn IPA, just click on a transcribed word to listen how it sounds.                    

拡張機能の基本情報

名前 Transcriber Transcriber
ID bphljipbmphlijnccpkcgjoncfaaihjo
公式URL https://chromewebstore.google.com/detail/transcriber/bphljipbmphlijnccpkcgjoncfaaihjo
説明 Phonetic transcription of web pages.
ファイルサイズ 1.36 MB
インストール数 1,213
現在のバージョン 1.7.9
最終更新日 2023-12-07
公開日 2020-06-26
評価 4.14/5 合計 7 レビュー
開発者 https://unih.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://unih.net/transcriber/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Transcriber",
    "version": "1.7.9",
    "action": {
        "default_icon": {
            "32": "images\/action.off\/icon32.png"
        },
        "default_title": "Transcriber"
    },
    "description": "Phonetic transcription of web pages.",
    "icons": {
        "32": "images\/icon\/icon32.png",
        "128": "images\/icon\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "declarativeContent"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "images\/*",
                "javascript\/page.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}