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
官方網址 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"
    }
}