Pinyin Reader
Adds pinyin captions above Chinese Hanzi script
Pinyin Reader란 무엇입니까?
Pinyin Reader은(는) Brendan Johnson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds pinyin captions above Chinese Hanzi script"입니다.
확장 프로그램 스크린샷
Pinyin Reader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds captions above all Chinese text on a website. Supports the following annotation styles: * Hanyu Pinyin with tone marks * Cantonese Jyutping with tone numbers * Tone marks only (for both Pinyin and Jyutping)
확장 프로그램 기본 정보
이름 | Pinyin Reader |
ID | hledmlpbeiablkglomlminfemnepgjlp |
공식 URL | https://chromewebstore.google.com/detail/pinyin-reader/hledmlpbeiablkglomlminfemnepgjlp |
설명 | Adds pinyin captions above Chinese Hanzi script |
파일 크기 | 6.02 MB |
설치 횟수 | 2,841 |
현재 버전 | 1.4.1 |
최근 업데이트 | 2018-10-30 |
출시 날짜 | 2018-10-29 |
평점 | 4.92/5 총 13 개의 평점 |
개발자 | Brendan Johnson |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinyin Reader", "version": "1.4.1", "manifest_version": 2, "background": { "scripts": [ "background.js", "lib\/chinese-tokenizer.js", "lib\/sprintf.js" ], "persistent": false }, "browser_action": [], "description": "Adds pinyin captions above Chinese Hanzi script", "icons": { "48": "img\/icon_active_48.png", "128": "img\/icon_128.png" }, "options_ui": { "page": "options_page\/options.html", "open_in_tab": false }, "permissions": [ "tabs", "activeTab", "storage" ], "commands": { "toggle-pinyin": { "suggested_key": { "default": "Alt+Shift+F", "mac": "Command+Shift+Y" }, "description": "Toggle Pinyin" } } } |