Zhuyin
Add zhuyin fuhao next to Chinese characters.
什麼是Zhuyin?
Zhuyin是由Phoebe Tai開發的Chrome擴展程式,該擴展的主要功能是“Add zhuyin fuhao next to Chinese characters.”。
擴展截圖
下載Zhuyin擴展crx文件
下載Zhuyin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Use this handy extension to read Chinese websites with bopomofo! A useful tool for anyone learning traditional Chinese.
擴展基本資訊
名稱 | Zhuyin |
ID | ldpibpcjnhbdpmjfollggppibfocgefj |
官方網址 | https://chromewebstore.google.com/detail/zhuyin/ldpibpcjnhbdpmjfollggppibfocgefj |
簡介 | Add zhuyin fuhao next to Chinese characters. |
檔案大小 | 6.4 MB |
安裝次數 | 7,639 |
目前版本 | 3.2 |
更新時間 | 2017-09-21 |
上架時間 | 2017-09-20 |
評分 | 4.69/5 共 16 次評分 |
開發者 | Phoebe Tai |
付費類型 | free |
支援的語言 | 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" ] } |