Zhuyin

Add zhuyin fuhao next to Chinese characters.

Zhuyinとは何ですか?

ZhuyinはPhoebe Taiによって開発されたChromeの拡張機能で、その主な機能は「Add zhuyin fuhao next to Chinese characters.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Zhuyin拡張機能のCRXファイルをダウンロード

Zhuyin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Use this handy extension to read Chinese websites with bopomofo! A useful tool for anyone learning traditional Chinese.                    

拡張機能の基本情報

名前 Zhuyin Zhuyin
ID ldpibpcjnhbdpmjfollggppibfocgefj
公式URL https://chromewebstore.google.com/detail/zhuyin/ldpibpcjnhbdpmjfollggppibfocgefj
説明 Add zhuyin fuhao next to Chinese characters.
ファイルサイズ 6.4 MB
インストール数 7,639
現在のバージョン 3.2
最終更新日 2017-09-21
公開日 2017-09-20
評価 4.69/5 合計 16 レビュー
開発者 Phoebe Tai
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zhuyin",
    "description": "Add zhuyin fuhao next to Chinese characters.",
    "version": "3.2",
    "background": {
        "scripts": [
            "zhuyin.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Zhuyin"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "wp010-05.ttf"
    ]
}