Bopomofo Keyboard

Type and copy Bopomofo (Zhuyin) characters

Wat is Bopomofo Keyboard?

Bopomofo Keyboard is een Chrome-extensie ontwikkeld door Joey Lim, en de belangrijkste functie is "Type and copy Bopomofo (Zhuyin) characters".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bopomofo Keyboard

Download Bopomofo Keyboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Bopomofo Keyboard Bopomofo Keyboard
ID kpcedobhibknpiaacahhfpfbogikpkek
Officiële URL https://chromewebstore.google.com/detail/bopomofo-keyboard/kpcedobhibknpiaacahhfpfbogikpkek
Beschrijving Type and copy Bopomofo (Zhuyin) characters
Bestandsgrootte 11.79 KB
Aantal Installaties 311
Huidige Versie 0.01
Laatst Bijgewerkt 2020-11-13
Publicatiedatum 2020-11-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Joey Lim
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/joeyqlim/bopomofo
Ondersteunde Talen 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
}