Hanzi to Pinyin
Converts Chinese characters to pinyin.
Hanzi to Pinyinとは何ですか?
Hanzi to PinyinはJeffrey Wangによって開発されたChromeの拡張機能で、その主な機能は「Converts Chinese characters to pinyin.」です。
拡張機能のスクリーンショット
Hanzi to Pinyin拡張機能のCRXファイルをダウンロード
Hanzi to Pinyin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hanzi (Chinese characters) can be difficult to read for Chinese learners and fluent Chinese speakers alike. Anytime you browse to a web page with hanzi, this extension automatically converts or appends pinyin to after the Chinese character, depending on your choice. Make reading Chinese a breeze for you!
拡張機能の基本情報
名前 | Hanzi to Pinyin |
ID | dhpgfadbbmfeioimiddclmcjcmcifjfh |
公式URL | https://chromewebstore.google.com/detail/hanzi-to-pinyin/dhpgfadbbmfeioimiddclmcjcmcifjfh |
説明 | Converts Chinese characters to pinyin. |
ファイルサイズ | 193 KB |
インストール数 | 93 |
現在のバージョン | 1.0 |
最終更新日 | 2020-07-22 |
公開日 | 2020-07-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Jeffrey Wang |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hanzi to Pinyin", "version": "1.0", "description": "Converts Chinese characters to pinyin.", "manifest_version": 2, "options_page": "options.html", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "chrome_extension.js" ], "run_at": "document_end" } ] } |