Bopomofo Keyboard

Type and copy Bopomofo (Zhuyin) characters

什么是Bopomofo Keyboard?

Bopomofo Keyboard是由Joey Lim开发的Chrome扩展程序,该扩展的主要功能是“Type and copy Bopomofo (Zhuyin) characters”。

扩展截图

screenshot

下载Bopomofo Keyboard扩展crx文件

下载Bopomofo Keyboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easily type Bopomofo (or Zhuyin Fuhao) characters with this lightweight, virtual, in-browser keyboard. No physical keyboard, hardcore memorization or keyboard stickers required.

Features:
- Pinyin phonetic equivalents to aid new learners
- Characters are automatically copied to the clipboard after each selection
- QWERTY layout keyboard

Use cases:
- Learn and practice how to read and write pure bopomofo characters
- Write in languages requiring pure bopomofo characters (e.g. for languages like Taiwanese/Hokkien)
- Write in pure bopomofo for easier readability                    

扩展基本信息

名称 Bopomofo Keyboard Bopomofo Keyboard
ID kpcedobhibknpiaacahhfpfbogikpkek
官方URL https://chromewebstore.google.com/detail/bopomofo-keyboard/kpcedobhibknpiaacahhfpfbogikpkek
简介 Type and copy Bopomofo (Zhuyin) characters
文件大小 11.79 KB
安装次数 311
当前版本 0.01
更新时间 2020-11-13
上架时间 2020-11-13
评分 5.00/5 共1次评分
开发者 Joey Lim
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/joeyqlim/bopomofo
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bopomofo Keyboard",
    "version": "0.01",
    "description": "Type and copy Bopomofo (Zhuyin) characters",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}