Hanzi to Pinyin
Converts Chinese characters to pinyin.
Co to jest Hanzi to Pinyin?
Hanzi to Pinyin to rozszerzenie Chrome opracowane przez Jeffrey Wang, a jego główną funkcją jest „Converts Chinese characters to pinyin.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hanzi to Pinyin
Pobierz pliki rozszerzeń Hanzi to Pinyin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Hanzi to Pinyin |
ID | dhpgfadbbmfeioimiddclmcjcmcifjfh |
Oficjalny URL | https://chromewebstore.google.com/detail/hanzi-to-pinyin/dhpgfadbbmfeioimiddclmcjcmcifjfh |
Opis | Converts Chinese characters to pinyin. |
Rozmiar pliku | 193 KB |
Liczba instalacji | 93 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-07-22 |
Data Publikacji | 2020-07-22 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Jeffrey Wang |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |