Bopomofo Keyboard
Type and copy Bopomofo (Zhuyin) characters
What is Bopomofo Keyboard?
Bopomofo Keyboard is a Chrome extension developed by Joey Lim, and its main feature is "Type and copy Bopomofo (Zhuyin) characters".
Extension Screenshots
Download Bopomofo Keyboard Extension CRX File
Download Bopomofo Keyboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Bopomofo Keyboard |
ID | kpcedobhibknpiaacahhfpfbogikpkek |
Official URL | https://chromewebstore.google.com/detail/bopomofo-keyboard/kpcedobhibknpiaacahhfpfbogikpkek |
Description | Type and copy Bopomofo (Zhuyin) characters |
File Size | 11.79 KB |
Installation Count | 311 |
Current Version | 0.01 |
Last Updated | 2020-11-13 |
Publish Date | 2020-11-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Joey Lim |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/joeyqlim/bopomofo |
Supported Languages | 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 } |