Bopomofo Keyboard
Type and copy Bopomofo (Zhuyin) characters
Was ist Bopomofo Keyboard?
Bopomofo Keyboard ist eine Chrome-Erweiterung, die von Joey Lim entwickelt wurde, und ihr Hauptmerkmal ist "Type and copy Bopomofo (Zhuyin) characters".
Erweiterungsscreenshots
Bopomofo Keyboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bopomofo Keyboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Bopomofo Keyboard |
ID | kpcedobhibknpiaacahhfpfbogikpkek |
Offizielle URL | https://chromewebstore.google.com/detail/bopomofo-keyboard/kpcedobhibknpiaacahhfpfbogikpkek |
Beschreibung | Type and copy Bopomofo (Zhuyin) characters |
Dateigröße | 11.79 KB |
Installationsanzahl | 311 |
Aktuelle Version | 0.01 |
Letztes Update | 2020-11-13 |
Veröffentlichungsdatum | 2020-11-13 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Joey Lim |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/joeyqlim/bopomofo |
Unterstützte Sprachen | 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 } |