chinese pinyin

Add pinyin to chinese text.

What is chinese pinyin?

chinese pinyin is a Chrome extension developed by https://pinyin.meteor.com, and its main feature is "Add pinyin to chinese text.".

Extension Screenshots

screenshot

Download chinese pinyin Extension CRX File

Download chinese 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

                        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.                    

Extension Basic Information

Name chinese pinyin chinese pinyin
ID dbjilbkolbodebenablpomgeihnclgel
Official URL https://chromewebstore.google.com/detail/chinese-pinyin/dbjilbkolbodebenablpomgeihnclgel
Description Add pinyin to chinese text.
File Size 651 KB
Installation Count 3,050
Current Version 1.2
Last Updated 2014-08-04
Publish Date 2014-08-04
Rating 4.36/5 Total 14 Ratings
Developer https://pinyin.meteor.com
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}