Zhuyin
Add zhuyin fuhao next to Chinese characters.
Cos'è Zhuyin?
Zhuyin è un'estensione di Chrome sviluppata da Phoebe Tai, e la sua funzione principale è "Add zhuyin fuhao next to Chinese characters.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zhuyin
Scarica i file di estensione Zhuyin 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
Use this handy extension to read Chinese websites with bopomofo! A useful tool for anyone learning traditional Chinese.
Informazioni di Base sull'Estensione
Nome | Zhuyin |
ID | ldpibpcjnhbdpmjfollggppibfocgefj |
URL Ufficiale | https://chromewebstore.google.com/detail/zhuyin/ldpibpcjnhbdpmjfollggppibfocgefj |
Descrizione | Add zhuyin fuhao next to Chinese characters. |
Dimensione del File | 6.4 MB |
Conteggio Installazioni | 7,639 |
Versione Corrente | 3.2 |
Ultimo Aggiornamento | 2017-09-21 |
Data di Pubblicazione | 2017-09-20 |
Valutazione | 4.69/5 Totale 16 Valutazioni |
Sviluppatore | Phoebe Tai |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zhuyin", "description": "Add zhuyin fuhao next to Chinese characters.", "version": "3.2", "background": { "scripts": [ "zhuyin.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Zhuyin" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "wp010-05.ttf" ] } |