Monkey Burmese Input Engine

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

Monkey Burmese Input Engine là gì?

Monkey Burmese Input Engine là một tiện ích mở rộng Chrome được phát triển bởi phonezawphyo, và tính năng chính của nó là "Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Monkey Burmese Input Engine

Tải xuống các tệp mở rộng Monkey Burmese Input Engine dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        = 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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Monkey Burmese Input Engine Monkey Burmese Input Engine
ID kcokjbeehfljebfkiifokondamndnkge
URL Chính Thức https://chromewebstore.google.com/detail/monkey-burmese-input-engi/kcokjbeehfljebfkiifokondamndnkge
Mô tả Type and convert Burmese fonts quickly, effortlessly and easily. It works well on Facebook.
Kích Thước Tệp 307 KB
Số Lần Cài Đặt 153
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2014-03-21
Ngày Phát Hành 2014-03-21
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển phonezawphyo
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}