Zhuyin

Add zhuyin fuhao next to Chinese characters.

Zhuyin là gì?

Zhuyin là một tiện ích mở rộng Chrome được phát triển bởi Phoebe Tai, và tính năng chính của nó là "Add zhuyin fuhao next to Chinese characters.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zhuyin

Tải xuống các tệp mở rộng Zhuyin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zhuyin Zhuyin
ID ldpibpcjnhbdpmjfollggppibfocgefj
URL Chính Thức https://chromewebstore.google.com/detail/zhuyin/ldpibpcjnhbdpmjfollggppibfocgefj
Mô tả Add zhuyin fuhao next to Chinese characters.
Kích Thước Tệp 6.4 MB
Số Lần Cài Đặt 7,639
Phiên Bản Hiện Tại 3.2
Cập Nhật Lần Cuối 2017-09-21
Ngày Phát Hành 2017-09-20
Đánh Giá 4.69/5 Tổng số 16 Đánh Giá
Nhà Phát Triển Phoebe Tai
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}