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
官方網址 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
}