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
官方網址 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"
            ]
        }
    ]
}