Pinyin Reader
Adds pinyin captions above Chinese Hanzi script
Cos'è Pinyin Reader?
Pinyin Reader è un'estensione di Chrome sviluppata da Brendan Johnson, e la sua funzione principale è "Adds pinyin captions above Chinese Hanzi script".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pinyin Reader
Scarica i file di estensione Pinyin Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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) Informazioni di Base sull'Estensione
| Nome | |
| ID | hledmlpbeiablkglomlminfemnepgjlp |
| URL Ufficiale | https://chromewebstore.google.com/detail/pinyin-reader/hledmlpbeiablkglomlminfemnepgjlp |
| Descrizione | Adds pinyin captions above Chinese Hanzi script |
| Dimensione del File | 6.02 MB |
| Conteggio Installazioni | 2,841 |
| Versione Corrente | 1.4.1 |
| Ultimo Aggiornamento | 2018-10-30 |
| Data di Pubblicazione | 2018-10-29 |
| Valutazione | 4.92/5 Totale 13 Valutazioni |
| Sviluppatore | Brendan Johnson |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
}
} | |