Hanzi to Pinyin
Converts Chinese characters to pinyin.
What is Hanzi to Pinyin?
Hanzi to Pinyin is a Chrome extension developed by Jeffrey Wang, and its main feature is "Converts Chinese characters to pinyin.".
Extension Screenshots
Download Hanzi to Pinyin Extension CRX File
Download Hanzi to Pinyin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Hanzi to Pinyin |
ID | dhpgfadbbmfeioimiddclmcjcmcifjfh |
Official URL | https://chromewebstore.google.com/detail/hanzi-to-pinyin/dhpgfadbbmfeioimiddclmcjcmcifjfh |
Description | Converts Chinese characters to pinyin. |
File Size | 193 KB |
Installation Count | 93 |
Current Version | 1.0 |
Last Updated | 2020-07-22 |
Publish Date | 2020-07-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Jeffrey Wang |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |