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
Eメール [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"
    }
}