Transcriber
Phonetic transcription of web pages.
Transcriber란 무엇입니까?
Transcriber은(는) https://unih.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Phonetic transcription of web pages."입니다.
확장 프로그램 스크린샷
Transcriber 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ " |