Hanzi to Pinyin

Converts Chinese characters to pinyin.

什么是Hanzi to Pinyin?

Hanzi to Pinyin是由Jeffrey Wang开发的Chrome扩展程序,该扩展的主要功能是“Converts Chinese characters to pinyin.”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
        }
    ]
}