Pinyin Reader

Adds pinyin captions above Chinese Hanzi script

Pinyin Reader क्या है?

Pinyin Reader Brendan Johnson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds pinyin captions above Chinese Hanzi script"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

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