Transcriber

Phonetic transcription of web pages.

Transcriberคืออะไร?

Transcriber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://unih.net และคุณลักษณะหลักของมันคือ "Phonetic transcription of web pages."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Transcriber

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
        }
    ]
}