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 |
官方URL | 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" ] } |