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文件

下载Monkey Burmese Input Engine扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        = 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"
            ]
        }
    ]
}