Pinyin Reader

Adds pinyin captions above Chinese Hanzi script

Wat is Pinyin Reader?

Pinyin Reader is een Chrome-extensie ontwikkeld door Brendan Johnson, en de belangrijkste functie is "Adds pinyin captions above Chinese Hanzi script".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pinyin Reader

Download Pinyin Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Pinyin Reader Pinyin Reader
ID hledmlpbeiablkglomlminfemnepgjlp
Officiële URL https://chromewebstore.google.com/detail/pinyin-reader/hledmlpbeiablkglomlminfemnepgjlp
Beschrijving Adds pinyin captions above Chinese Hanzi script
Bestandsgrootte 6.02 MB
Aantal Installaties 2,841
Huidige Versie 1.4.1
Laatst Bijgewerkt 2018-10-30
Publicatiedatum 2018-10-29
Beoordeling 4.92/5 Totaal 13 Beoordelingen
Ontwikkelaar Brendan Johnson
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}