Pinyin Web

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

Pinyin Web क्या है?

Pinyin Web Referenced Expressions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Parallel as-you-browse pronunciation hints for Chinese, covering Mandarin (Pinyin), Cantonese (Yale, Sidney Lau or Jyutping) or…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pinyin Web एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}