Bopomofo Keyboard

Type and copy Bopomofo (Zhuyin) characters

Bopomofo Keyboard란 무엇입니까?

Bopomofo Keyboard은(는) Joey Lim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Type and copy Bopomofo (Zhuyin) characters"입니다.

확장 프로그램 스크린샷

screenshot

Bopomofo Keyboard 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Bopomofo Keyboard Bopomofo Keyboard
ID kpcedobhibknpiaacahhfpfbogikpkek
공식 URL https://chromewebstore.google.com/detail/bopomofo-keyboard/kpcedobhibknpiaacahhfpfbogikpkek
설명 Type and copy Bopomofo (Zhuyin) characters
파일 크기 11.79 KB
설치 횟수 311
현재 버전 0.01
최근 업데이트 2020-11-13
출시 날짜 2020-11-13
평점 5.00/5 총 1 개의 평점
개발자 Joey Lim
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/joeyqlim/bopomofo
지원되는 언어 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
}