Zhuyin

Add zhuyin fuhao next to Chinese characters.

What is Zhuyin?

Zhuyin is a Chrome extension developed by Phoebe Tai, and its main feature is "Add zhuyin fuhao next to Chinese characters.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Zhuyin Extension CRX File

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

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

Extension Basic Information

Name Zhuyin Zhuyin
ID ldpibpcjnhbdpmjfollggppibfocgefj
Official URL https://chromewebstore.google.com/detail/zhuyin/ldpibpcjnhbdpmjfollggppibfocgefj
Description Add zhuyin fuhao next to Chinese characters.
File Size 6.4 MB
Installation Count 7,639
Current Version 3.2
Last Updated 2017-09-21
Publish Date 2017-09-20
Rating 4.69/5 Total 16 Ratings
Developer Phoebe Tai
Payment Type free
Supported Languages 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"
    ]
}