Bopomofo Keyboard
Type and copy Bopomofo (Zhuyin) characters
Vad är Bopomofo Keyboard?
Bopomofo Keyboard är en Chrome-tillägg utvecklad av Joey Lim, och dess huvudfunktion är "Type and copy Bopomofo (Zhuyin) characters".
Tilläggsskärmbilder
Ladda ner Bopomofo Keyboard-förlängningens CRX-fil
Ladda ner Bopomofo Keyboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Bopomofo Keyboard |
ID | kpcedobhibknpiaacahhfpfbogikpkek |
Officiell webbadress | https://chromewebstore.google.com/detail/bopomofo-keyboard/kpcedobhibknpiaacahhfpfbogikpkek |
Beskrivning | Type and copy Bopomofo (Zhuyin) characters |
Filstorlek | 11.79 KB |
Antal Installationer | 311 |
Aktuell Version | 0.01 |
Senast Uppdaterad | 2020-11-13 |
Publiceringsdatum | 2020-11-13 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Joey Lim |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/joeyqlim/bopomofo |
Stödda Språk | 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 } |