Pinyin Reader

Adds pinyin captions above Chinese Hanzi script

Pinyin Readerคืออะไร?

Pinyin Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brendan Johnson และคุณลักษณะหลักของมันคือ "Adds pinyin captions above Chinese Hanzi script"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pinyin Reader

ดาวน์โหลดไฟล์ส่วนขยาย Pinyin Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pinyin Reader Pinyin Reader
ID hledmlpbeiablkglomlminfemnepgjlp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pinyin-reader/hledmlpbeiablkglomlminfemnepgjlp
คำอธิบาย Adds pinyin captions above Chinese Hanzi script
ขนาดไฟล์ 6.02 MB
จำนวนการติดตั้ง 2,841
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2018-10-30
วันที่เผยแพร่ 2018-10-29
คะแนน 4.92/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Brendan Johnson
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        }
    }
}