Hanzi to Pinyin
Converts Chinese characters to pinyin.
Wat is Hanzi to Pinyin?
Hanzi to Pinyin is een Chrome-extensie ontwikkeld door Jeffrey Wang, en de belangrijkste functie is "Converts Chinese characters to pinyin.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hanzi to Pinyin
Download Hanzi to Pinyin-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
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!
Basisinformatie over de Extensie
Naam | Hanzi to Pinyin |
ID | dhpgfadbbmfeioimiddclmcjcmcifjfh |
Officiële URL | https://chromewebstore.google.com/detail/hanzi-to-pinyin/dhpgfadbbmfeioimiddclmcjcmcifjfh |
Beschrijving | Converts Chinese characters to pinyin. |
Bestandsgrootte | 193 KB |
Aantal Installaties | 93 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-07-22 |
Publicatiedatum | 2020-07-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Jeffrey Wang |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |