Hanzi to Pinyin

Converts Chinese characters to pinyin.

Hanzi to Pinyin क्या है?

Hanzi to Pinyin Jeffrey Wang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts Chinese characters to pinyin."।

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

screenshot

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

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

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

                        Hanzi (Chinese characters) can be difficult to read for Chinese learners and fluent Chinese speakers alike. Anytime you browse to a web page with hanzi, this extension automatically converts or appends pinyin to after the Chinese character, depending on your choice. Make reading Chinese a breeze for you!                    

एक्सटेंशन की मूल जानकारी

नाम Hanzi to Pinyin Hanzi to Pinyin
ID dhpgfadbbmfeioimiddclmcjcmcifjfh
आधिकारिक URL https://chromewebstore.google.com/detail/hanzi-to-pinyin/dhpgfadbbmfeioimiddclmcjcmcifjfh
विवरण Converts Chinese characters to pinyin.
फ़ाइल का आकार 193 KB
स्थापना संख्या 93
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-07-22
प्रकाशन तिथि 2020-07-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Jeffrey Wang
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hanzi to Pinyin",
    "version": "1.0",
    "description": "Converts Chinese characters to pinyin.",
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "chrome_extension.js"
            ],
            "run_at": "document_end"
        }
    ]
}