Bopomofo Keyboard

Type and copy Bopomofo (Zhuyin) characters

Qu'est-ce que Bopomofo Keyboard ?

Bopomofo Keyboard est une extension Chrome développée par Joey Lim, et sa fonction principale est "Type and copy Bopomofo (Zhuyin) characters".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bopomofo Keyboard

Téléchargez les fichiers d'extension Bopomofo Keyboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bopomofo Keyboard Bopomofo Keyboard
ID kpcedobhibknpiaacahhfpfbogikpkek
URL Officiel https://chromewebstore.google.com/detail/bopomofo-keyboard/kpcedobhibknpiaacahhfpfbogikpkek
Description Type and copy Bopomofo (Zhuyin) characters
Taille du Fichier 11.79 KB
Nombre d'Installations 311
Version Actuelle 0.01
Dernière Mise à Jour 2020-11-13
Date de Publication 2020-11-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur Joey Lim
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/joeyqlim/bopomofo
Langues Prises en Charge 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
}