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文件
下载Pinyin Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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) 扩展基本信息
| 名称 | |
| 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"
}
}
} | |