Pinyin Web

Parallel as-you-browse pronunciation hints for Chinese, covering Mandarin (Pinyin), Cantonese (Yale, Sidney Lau or Jyutping) or…

Pinyin Webคืออะไร?

Pinyin Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Referenced Expressions และคุณลักษณะหลักของมันคือ "Parallel as-you-browse pronunciation hints for Chinese, covering Mandarin (Pinyin), Cantonese (Yale, Sidney Lau or Jyutping) or…"

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

screenshot

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

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

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

                        Parallel as-you-browse pronunciation hints for Chinese, covering Mandarin (Pinyin), Cantonese (Yale, Sidney Lau or Jyutping) or Teochew, with word grouping, optional brief English as third line (also popups), fast open-source local processing and context-based handling of ambiguous readings. This is a port of the Android apps Pinyin Web & EPUB, Cantonese Web & EPUB and Teochew Web & EPUB.                    

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

ชื่อ Pinyin Web Pinyin Web
ID gdpihnamgpclgpigocgfmhckbkhelken
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pinyin-web/gdpihnamgpclgpigocgfmhckbkhelken
คำอธิบาย Parallel as-you-browse pronunciation hints for Chinese, covering Mandarin (Pinyin), Cantonese (Yale, Sidney Lau or Jyutping) or…
ขนาดไฟล์ 9.66 MB
จำนวนการติดตั้ง 351
เวอร์ชันปัจจุบัน 0.2.29
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2021-05-08
ผู้พัฒนา Referenced Expressions
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pinyin Web",
    "version": "0.2.29",
    "browser_specific_settings": {
        "gecko_android": []
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "ruby.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Annotate",
        "default_popup": "config.html",
        "browser_style": true,
        "default_icon": {
            "32": "32.png"
        }
    },
    "permissions": [
        "",
        "clipboardRead"
    ],
    "icons": {
        "32": "32.png",
        "48": "48.png",
        "96": "96.png"
    }
}