Pinyin Reader

Adds pinyin captions above Chinese Hanzi script

Pinyin Reader là gì?

Pinyin Reader là một tiện ích mở rộng Chrome được phát triển bởi Brendan Johnson, và tính năng chính của nó là "Adds pinyin captions above Chinese Hanzi script".

Ả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 Pinyin Reader

Tải xuống các tệp mở rộng Pinyin Reader 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

                        Adds captions above all Chinese text on a website.

Supports the following annotation styles:
* Hanyu Pinyin with tone marks
* Cantonese Jyutping with tone numbers
* Tone marks only (for both Pinyin and Jyutping)                    

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

Tên Pinyin Reader Pinyin Reader
ID hledmlpbeiablkglomlminfemnepgjlp
URL Chính Thức https://chromewebstore.google.com/detail/pinyin-reader/hledmlpbeiablkglomlminfemnepgjlp
Mô tả Adds pinyin captions above Chinese Hanzi script
Kích Thước Tệp 6.02 MB
Số Lần Cài Đặt 2,841
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2018-10-30
Ngày Phát Hành 2018-10-29
Đánh Giá 4.92/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Brendan Johnson
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinyin Reader",
    "version": "1.4.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js",
            "lib\/chinese-tokenizer.js",
            "lib\/sprintf.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "description": "Adds pinyin captions above Chinese Hanzi script",
    "icons": {
        "48": "img\/icon_active_48.png",
        "128": "img\/icon_128.png"
    },
    "options_ui": {
        "page": "options_page\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "commands": {
        "toggle-pinyin": {
            "suggested_key": {
                "default": "Alt+Shift+F",
                "mac": "Command+Shift+Y"
            },
            "description": "Toggle Pinyin"
        }
    }
}