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 |
| 官方網址 | 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"
}
}
} | |