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)
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } } |