Monkey Burmese Input Engine

Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook.

Monkey Burmese Input Engine란 무엇입니까?

Monkey Burmese Input Engine은(는) phonezawphyo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Monkey Burmese Input Engine 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        = It adds Monkey buttons beside text boxes in a page so that you can write short messages quickly.
= It shows a beautiful Burmese key map in the popup box.
= It converts to and fro between the Myanmar3 and Zawgyi fonts accurately. To convert, just click the font name at the bottom.
= Shift+Enter to copy the text to text box and close the popup automatically
= More improvements will come.                    

확장 프로그램 기본 정보

이름 Monkey Burmese Input Engine Monkey Burmese Input Engine
ID kcokjbeehfljebfkiifokondamndnkge
공식 URL https://chromewebstore.google.com/detail/monkey-burmese-input-engi/kcokjbeehfljebfkiifokondamndnkge
설명 Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook.
파일 크기 307 KB
설치 횟수 153
현재 버전 1.1.3
최근 업데이트 2014-03-21
출시 날짜 2014-03-21
평점 5.00/5 총 5 개의 평점
개발자 phonezawphyo
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Monkey Burmese Input Engine",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook.",
    "icons": {
        "16": "monkeyIcon16.png",
        "48": "monkeyIcon48.png",
        "128": "monkeyIcon128.png"
    },
    "permissions": [
        "background"
    ],
    "background": {
        "scripts": [
            "jquery-1.7.1.min.js",
            "compressed.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "",
        "default_icon": {
            "19": "monkeyIcon19.png",
            "38": "monkeyIcon38.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "embed\/embedfonts.css",
        "embed\/myanmar3.ttf",
        "embed\/zawgyi.ttf"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "compressed.js",
                "inject.js"
            ]
        }
    ]
}