chinese pinyin

Add pinyin to chinese text.

什么是chinese pinyin?

chinese pinyin是由https://pinyin.meteor.com开发的Chrome扩展程序,该扩展的主要功能是“Add pinyin to chinese text.”。

扩展截图

screenshot

下载chinese pinyin扩展crx文件

下载chinese pinyin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        An tool to add pinyin to chinese paragraphs. Feedback welcomed.

Note that when multiple pinyin is possible, I list all of the them, with the first listing being the most common one.                    

扩展基本信息

名称 chinese pinyin chinese pinyin
ID dbjilbkolbodebenablpomgeihnclgel
官方URL https://chromewebstore.google.com/detail/chinese-pinyin/dbjilbkolbodebenablpomgeihnclgel
简介 Add pinyin to chinese text.
文件大小 651 KB
安装次数 3,050
当前版本 1.2
更新时间 2014-08-04
上架时间 2014-08-04
评分 4.36/5 共14次评分
开发者 https://pinyin.meteor.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "chinese pinyin",
    "description": "Add pinyin to chinese text.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}